Searched defs:readU16 (Results 1 – 5 of 5) sorted by relevance
106 uint16_t readU16() { return (uint16_t)this->readInt(); } in readU16() function
93 bool SK_WARN_UNUSED_RESULT readU16(uint16_t* i) { return this->readS16((int16_t*)i); } in readU16() function
177 uint16_t readU16() { in readU16() function
169 func (br *byteReader) readU16(out *uint16) bool { func