Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() function in Reader
/third_party/flatbuffers/ts/flexbuffers/
Dreference-util.ts30 export function readUInt(dataView: DataView, offset: number, width: number): number | bigint { function
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt72 internal inline fun ReadBuffer.readUInt(end: Int, byteWidth: ByteWidth): UInt = readULong(end, byte… in indirect() method
/third_party/skia/src/core/
DSkReadBuffer.cpp107 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
/third_party/skia/m133/src/core/
DSkReadBuffer.cpp122 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffers.java160 private static long readUInt(ReadBuf buff, int end, int byteWidth) { in readUInt() method in FlexBuffers
/third_party/astc-encoder/Source/
Dtinyexr.h9079 static unsigned int readUInt(const char buf[4]) { in readUInt() function