Home
last modified time | relevance | path

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

12

/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.kt31 internal expect inline fun ByteArray.getInt(index: Int): Int in getString() method
59 public inline fun getInt(ary: ByteArray, index: Int): Int { in getString() method
DBuffers.kt75 public fun getInt(index: Int): Int in findFirst() method
414 override fun getInt(index: Int): Int = buffer.getInt(offset + index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt28 public actual inline fun ByteArray.getInt(index: Int): Int = ByteArrayOps.getInt(this, 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/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 public actual inline fun ByteArray.getInt(index: Int): Int = getIntAt(index) method
/third_party/flatbuffers/java/src/main/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.java127 static int getInt(Object target, long offset) { in getInt() method in UnsafeUtil
183 static int getInt(int[] target, long index) { in getInt() method in UnsafeUtil
261 static int getInt(long address) { in getInt() method in UnsafeUtil
560 public final int getInt(Object target, long offset) { in getInt() method in UnsafeUtil.MemoryAccessor
608 public abstract int getInt(long address); in getInt() method in UnsafeUtil.MemoryAccessor
640 public int getInt(long address) { in getInt() method in UnsafeUtil.JvmMemoryAccessor
732 public int getInt(long address) { in getInt() method in UnsafeUtil.Android64MemoryAccessor
852 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/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/glslang/glslang/MachineIndependent/
Dattribute.cpp44 bool TAttributeArgs::getInt(int& value, int argNum) const in getInt() function in glslang::TAttributeArgs
/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/vk-gl-cts/framework/opengl/
DgluContextInfo.cpp226 int ContextInfo::getInt (int param) const in getInt() function in glu::ContextInfo
/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/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/icu/icu4c/source/common/
Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
/third_party/flatbuffers/php/
DByteBuffer.php395 public function getInt($index) function in Google\\FlatBuffers\\ByteBuffer
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVersionInfo.java597 private static int getInt(int major, int minor, int milli, int micro) in getInt() method in VersionInfo
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUResource.java346 public abstract int getInt(); in getInt() method in UResource.Value

12