Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 25 of 55) sorted by relevance

123

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java67 public int getInt() { in getInt() method in ExperimentalTestDataProvider
119 public int getInt() { in getInt() method in ExperimentalTestDataProvider.Varint32Provider
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h58 IntType getInt() const { in getInt() function
152 static intptr_t getInt(intptr_t Value) { in getInt() function
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt30 internal expect inline fun ByteArray.getInt(index: Int): Int in getString() method
58 public inline fun getInt(ary: ByteArray, index: Int): Int { in getString() method
DBuffers.kt75 public fun getInt(index: Int): Int in findFirst() method
344 override fun getInt(index: Int): Int = buffer.getInt(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt26 public actual inline fun ByteArray.getInt(index: Int): Int = getIntAt(index) method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt26 public actual inline fun ByteArray.getInt(index: Int): Int = ByteArrayOps.getInt(this, index) method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 public actual inline fun ByteArray.getInt(index: Int): Int = ByteArrayOps.getInt(this, index) method
/third_party/flatbuffers/java/com/google/flatbuffers/
DReadBuf.java34 int getInt(int index); in getInt() method
DByteBufferReadWriteBuf.java36 public int getInt(int index) { in getInt() method in ByteBufferReadWriteBuf
DArrayReadWriteBuf.java58 public int getInt(int index) { in getInt() method in ArrayReadWriteBuf
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerIntPair.h61 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h78 int64_t &getInt() { in getInt() function
98 int64_t getInt() const { in getInt() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java128 static int getInt(Object target, long offset) { in getInt() method in UnsafeUtil
184 static int getInt(int[] target, long index) { in getInt() method in UnsafeUtil
262 static int getInt(long address) { in getInt() method in UnsafeUtil
553 public final int getInt(Object target, long offset) { in getInt() method in UnsafeUtil.MemoryAccessor
601 public abstract int getInt(long address); in getInt() method in UnsafeUtil.MemoryAccessor
633 public int getInt(long address) { in getInt() method in UnsafeUtil.JvmMemoryAccessor
725 public int getInt(long address) { in getInt() method in UnsafeUtil.Android64MemoryAccessor
845 public int getInt(long address) { in getInt() method in UnsafeUtil.Android32MemoryAccessor
DIntArrayList.java137 public int getInt(int index) { in getInt() method in IntArrayList
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp46 bool TAttributeArgs::getInt(int& value, int argNum) const in getInt() function in glslang::TAttributeArgs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h93 int64_t getInt() const { return Constant.Int; } in getInt() function
/third_party/vk-gl-cts/framework/opengl/
DgluContextInfo.cpp226 int ContextInfo::getInt (int param) const in getInt() function in glu::ContextInfo
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Ddatamap.cpp171 int32_t RBDataMap::getInt(const char* key, UErrorCode &status) const in getInt() function in RBDataMap
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Ddatamap.cpp171 int32_t RBDataMap::getInt(const char* key, UErrorCode &status) const in getInt() function in RBDataMap
/third_party/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp171 int32_t RBDataMap::getInt(const char* key, UErrorCode &status) const in getInt() function in RBDataMap
/third_party/icu/icu4c/source/common/
Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
/third_party/skia/third_party/externals/icu/source/common/
Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.hpp93 inline int Random::getInt (int min, int max) in getInt() function in de::Random
/third_party/node/deps/icu-small/source/common/
Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresbund.cpp271 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle

123