Home
last modified time | relevance | path

Searched refs:m_characterCountBitsForVersions (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMode.cpp43 : m_characterCountBitsForVersions(std::move(charCountBits)), in CBC_QRCoderMode()
116 if (m_characterCountBitsForVersions.empty()) { in GetCharacterCountBits()
128 return m_characterCountBitsForVersions[offset]; in GetCharacterCountBits()
DBC_QRCoderMode.h46 std::vector<int32_t> m_characterCountBitsForVersions; variable