Searched defs:readUInt (Results 1 – 7 of 7) sorted by relevance
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() function in Reader
30 export function readUInt(dataView: DataView, offset: number, width: number): number | bigint { function
72 internal inline fun ReadBuffer.readUInt(end: Int, byteWidth: ByteWidth): UInt = readULong(end, byte… in indirect() method
107 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
122 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
9079 static unsigned int readUInt(const char buf[4]) { in readUInt() function