Searched refs:BC_TYPE (Results 1 – 25 of 29) sorted by relevance
12
18 explicit CBC_OnedCode128Writer(BC_TYPE type);39 BC_TYPE GetType() const { return m_codeFormat; } in GetType()42 const BC_TYPE m_codeFormat;
14 BC_TYPE type = static_cast<BC_TYPE>(data[0] % (BC_DATAMATRIX + 1)); in LLVMFuzzerTestOneInput()
19 explicit CBC_Code128(BC_TYPE type);26 BC_TYPE GetType() override;
29 CBC_Code128::CBC_Code128(BC_TYPE type) in CBC_Code128()67 BC_TYPE CBC_Code128::GetType() { in GetType()
20 enum BC_TYPE { enum
26 BC_TYPE GetType() override;
27 BC_TYPE GetType() override;
51 BC_TYPE CBC_DataMatrix::GetType() { in GetType()
28 virtual BC_TYPE GetType() = 0;
60 BC_TYPE CBC_PDF417I::GetType() { in GetType()
58 BC_TYPE CBC_QRCode::GetType() { in GetType()
63 BC_TYPE CBC_Code39::GetType() { in GetType()
78 BC_TYPE CBC_Codabar::GetType() { in GetType()
76 BC_TYPE CBC_EAN8::GetType() { in GetType()
78 BC_TYPE CBC_EAN13::GetType() { in GetType()
28 bool Create(BC_TYPE type);29 BC_TYPE GetType();
54 void SetType(BC_TYPE type);76 BC_TYPE m_type;
26 std::unique_ptr<CBC_CodeBase> CreateBarCodeEngineObject(BC_TYPE type) { in CreateBarCodeEngineObject()62 bool CFX_Barcode::Create(BC_TYPE type) { in Create()67 BC_TYPE CFX_Barcode::GetType() { in GetType()
61 void CFWL_Barcode::SetType(BC_TYPE type) { in SetType()80 BC_TYPE tEngineType = m_pBarcodeEngine->GetType(); in IsProtectedType()