Searched defs:dataCodewords (Results 1 – 3 of 3) sorted by relevance
391 vector<uint8_t> dataCodewords(bb.size() / 8); in encodeSegments() local400 QrCode::QrCode(int ver, Ecc ecl, const vector<uint8_t> &dataCodewords, int msk) :
238 public QrCode(int ver, Ecc ecl, byte[] dataCodewords, int msk) { in QrCode()
248 public QrCode(int ver, Ecc ecl, byte[] dataCodewords, int msk) { in QrCode()