Searched defs:readU32 (Results 1 – 7 of 7) sorted by relevance
64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
108 uint32_t readU32() { return this->readInt(); } in readU32() function
94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
188 func (br *byteReader) readU32(out *uint32) bool { func