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

  /device/google/contexthub/contexthubhal/
message_buf.h 91 uint32_t readU32() {
  /external/skia/src/core/
SkBuffer.h 64 bool readU32(uint32_t* x) { return this->read(x, 4); }
SkReader32.h 108 uint32_t readU32() { return this->readInt(); }
140 uint32_t byteLength = this->readU32();
  /external/skqp/src/core/
SkBuffer.h 64 bool readU32(uint32_t* x) { return this->read(x, 4); }
SkReader32.h 108 uint32_t readU32() { return this->readInt(); }
140 uint32_t byteLength = this->readU32();
  /external/skia/include/core/
SkStream.h 94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); }
  /external/skqp/include/core/
SkStream.h 94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); }
  /external/boringssl/src/ssl/test/runner/
handshake_messages.go 188 func (br *byteReader) readU32(out *uint32) bool {
820 !psks.readU32(&psk.obfuscatedTicketAge) {
    [all...]

Completed in 262 milliseconds