Home
last modified time | relevance | path

Searched defs:readU32 (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/core/
DSkBuffer.h64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
DSkReader32.h108 uint32_t readU32() { return this->readInt(); } in readU32() function
/external/skia/src/core/
DSkBuffer.h64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
DSkReader32.h108 uint32_t readU32() { return this->readInt(); } in readU32() function
/external/skqp/include/core/
DSkStream.h94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
/external/skia/include/core/
DSkStream.h94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go188 func (br *byteReader) readU32(out *uint32) bool { func