Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackReader.cpp201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() function in Reader
/external/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
/external/skqp/src/core/
DSkReadBuffer.cpp121 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
DSkReadBuffer.h278 uint32_t readUInt() { return 0; } in readUInt() function
/external/skia/src/core/
DSkReadBuffer.cpp107 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java160 private static long readUInt(ReadBuf buff, int end, int byteWidth) { in readUInt() method in FlexBuffers