Searched refs:readU8 (Results 1 – 13 of 13) sorted by relevance
62 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
105 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
168 if (!stream->readU8(&trailingStreamByteAfterPictInfo)) { return nullptr; } in MakeFromStream()
92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function98 if (!this->readU8(&i)) { return false; } in readBool()
161 func (br *byteReader) readU8(out *uint8) bool { func753 if !names.readU8(&nameType) ||1094 !reader.readU8(&m.compressionMethod) {1553 !reader.readU8(&compressionMethod) ||1718 if !body.readU8(&statusType) ||1857 if !reader.readU8(&m.statusType) ||
221 #Method bool readU8(uint8_t* i)
108 (void)buffer.readU8(&u8); in readFromMemory()