Searched refs:readU16 (Results 1 – 4 of 4) sorted by relevance
75 bool readU16(uint16_t* x) { return read(x, 2); } in readU16() function
105 uint16_t readU16() { return (uint16_t)this->readInt(); } in readU16() function
59 return this->readU16(); in readPackedUInt()
91 uint16_t readU16() { return (uint16_t)this->readS16(); } in readU16() function