Searched defs:readUInt (Results 1 – 5 of 5) 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
67 internal inline fun ReadBuffer.readUInt(end: Int, byteWidth: ByteWidth): UInt = readULong(end, byte… in indirect() method
120 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