Searched defs:readU16 (Results 1 – 3 of 3) sorted by relevance
94 bool SK_WARN_UNUSED_RESULT readU16(uint16_t* i) { return this->readS16((int16_t*)i); } in readU16() function
170 func (br *byteReader) readU16(out *uint16) bool { func