Searched defs:readUInt (Results 1 – 3 of 3) sorted by relevance
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() function in Reader
107 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
160 private static long readUInt(ReadBuf buff, int end, int byteWidth) { in readUInt() method in FlexBuffers