HomeSort by relevance Sort by last modified time
    Searched defs:readU8 (Results 1 - 8 of 8) sorted by null

  /device/google/contexthub/contexthubhal/
message_buf.h 63 uint8_t readU8() {
  /external/skia/src/core/
SkBuffer.h 60 bool readU8(uint8_t* x) { return this->read(x, 1); }
SkReader32.h 104 uint8_t readU8() { return (uint8_t)this->readInt(); }
  /external/skqp/src/core/
SkBuffer.h 59 bool readU8(uint8_t* x) { return this->read(x, 1); }
SkReader32.h 104 uint8_t readU8() { return (uint8_t)this->readInt(); }
  /external/skia/include/core/
SkStream.h 90 uint8_t readU8() { return (uint8_t)this->readS8(); }
94 bool readBool() { return this->readU8() != 0; }
  /external/skqp/include/core/
SkStream.h 90 uint8_t readU8() { return (uint8_t)this->readS8(); }
94 bool readBool() { return this->readU8() != 0; }
  /external/boringssl/src/ssl/test/runner/
handshake_messages.go 161 func (br *byteReader) readU8(out *uint8) bool {
704 if !names.readU8(&nameType) ||
1012 !reader.readU8(&m.compressionMethod) {
    [all...]

Completed in 275 milliseconds