Searched refs:readU8 (Results 1 – 5 of 5) sorted by relevance
77 bool readU8(uint8_t* x) { return read(x, 1); } in readU8() function80 if (this->readU8(&u8)) { in readBool()
104 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
90 uint8_t readU8() { return (uint8_t)this->readS8(); } in readU8() function94 bool readBool() { return this->readU8() != 0; } in readBool()
205 int style = stream->readU8();
53 (void)buffer.readU8(&u8); in readFromMemory()