Searched defs:readU8 (Results 1 – 4 of 4) sorted by relevance
64 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
93 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function
161 func (br *byteReader) readU8(out *uint8) bool { func