Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h36 IntT readInt() in readInt() function
44 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/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h44 IntT readInt() in readInt() function
55 void readInt(IntT *outValue) in readInt() function
/third_party/flatbuffers/ts/flexbuffers/
Dreference-util.ts14 export function readInt(dataView: DataView, offset: number, width: number): number | Long | bigint { function
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js71 SSHBuffer.prototype.readInt = function () { method in SSHBuffer
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dreader.js145 Reader.prototype.readInt = function () { method in Reader
/third_party/flutter/skia/src/core/
DSkReader32.h56 int32_t readInt() { in readInt() function
DSkReadBuffer.cpp109 int32_t SkReadBuffer::readInt() { in readInt() function in SkReadBuffer
DSkReadBuffer.h246 int32_t readInt() { return 0; } in readInt() function
/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc28 static size_t readInt(const char* str) { in readInt() function
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt68 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/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/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js219 this.readInt = function () { method
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java171 private static int readInt(ReadBuf buff, int end, int byteWidth) { in readInt() method in FlexBuffers
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs5086 pp$9.readInt = function(radix, len, maybeLegacyOctalNumericLiteral) { function