Searched defs:readU8 (Results 1 – 2 of 2) sorted by relevance
64 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
84 [[nodiscard]] bool readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function