Home
last modified time | relevance | path

Searched defs:readInt (Results 1 – 12 of 12) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
DDigitSequenceMatcher.java78 int readInt(); in readInt() method
177 @Override public int readInt() { in readInt() method in DigitSequenceMatcher.ByteArrayMatcher.ByteArrayData
244 @Override public int readInt() { in readInt() method in DigitSequenceMatcher.StringMatcher.StringData
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h44 IntT readInt() in readInt() function
55 void readInt(IntT *outValue) in readInt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt() function in Reader
/third_party/flatbuffers/ts/flexbuffers/
Dreference-util.ts11 export function readInt(dataView: DataView, offset: number, width: number): number | bigint { function
/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc28 static size_t readInt(const char* str) { in readInt() function
/third_party/pulseaudio/sonic/
Dwave.c116 static int readInt( in readInt() function
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt73 internal inline fun ReadBuffer.readInt(end: Int, byteWidth: ByteWidth): Int = readULong(end, byteWi… in indirect() method
/third_party/skia/src/core/
DSkReadBuffer.cpp87 int32_t SkReadBuffer::readInt() { in readInt() function in SkReadBuffer
/third_party/skia/m133/src/core/
DSkReadBuffer.cpp102 int32_t SkReadBuffer::readInt() { in readInt() function in SkReadBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h199 bool readInt(uint32_t &Val) { in readInt() function
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp324 void readInt (tcu::IVec4& dst, const VertexAttribType type, const int size, const void* ptr) in readInt() function
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffers.java171 private static int readInt(ReadBuf buff, int end, int byteWidth) { in readInt() method in FlexBuffers