HomeSort by relevance Sort by last modified time
    Searched defs:CBC_QRCoderErrorCorrectionLevel (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.cpp 25 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::L = nullptr;
26 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::M = nullptr;
27 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::Q = nullptr;
28 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::H = nullptr;
30 CBC_QRCoderErrorCorrectionLevel::CBC_QRCoderErrorCorrectionLevel(
    [all...]
BC_QRCoderErrorCorrectionLevel.h 12 class CBC_QRCoderErrorCorrectionLevel {
14 static CBC_QRCoderErrorCorrectionLevel* L;
15 static CBC_QRCoderErrorCorrectionLevel* M;
16 static CBC_QRCoderErrorCorrectionLevel* Q;
17 static CBC_QRCoderErrorCorrectionLevel* H;
22 static CBC_QRCoderErrorCorrectionLevel* ForBits(int32_t bits);
24 ~CBC_QRCoderErrorCorrectionLevel();
31 CBC_QRCoderErrorCorrectionLevel(int32_t ordinal,
34 CBC_QRCoderErrorCorrectionLevel();

Completed in 476 milliseconds