Home
last modified time | relevance | path

Searched defs:getUInt (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt31 internal expect inline fun ByteArray.getUInt(index: Int): UInt in getString() method
67 public inline fun getUInt(ary: ByteArray, index: Int): UInt = getInt(ary, index).toUInt() in getString() method
H A DBuffers.kt82 public fun getUInt(index: Int): UInt in findFirst() method
346 override fun getUInt(index: Int): UInt = buffer.getUInt(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
H A DFlexBuffers.kt634 …internal fun getUInt(index: Int): ULong = resolveAt(index) { pos: Int, width: ByteWidth -> buffer.… in getUInt() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h83 uint64_t &getUInt() { in getUInt() function
103 uint64_t getUInt() const { in getUInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt28 public actual inline fun ByteArray.getUInt(index: Int): UInt = ByteArrayOps.getUInt(this, index) method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt27 public actual inline fun ByteArray.getUInt(index: Int): UInt = getUIntAt(index) method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt27 public actual inline fun ByteArray.getUInt(index: Int): UInt = ByteArrayOps.getUInt(this, index) method
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dresbund.cpp266 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
H A Duresdata.cpp540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt() function in ResourceDataValue
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dresbund.cpp268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
H A Duresdata.cpp540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt() function in ResourceDataValue
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DUResource.java346 public abstract int getUInt(); in getUInt() method in UResource.Value
H A DICUResourceBundleImpl.java90 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
H A DICUResourceBundleReader.java838 public int getUInt() { in getUInt() method in ICUResourceBundleReader.ReaderValue
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUResource.java352 public abstract int getUInt(); in getUInt() method in UResource.Value
H A DICUResourceBundleImpl.java91 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
H A DICUResourceBundleReader.java840 public int getUInt() { in getUInt() method in ICUResourceBundleReader.ReaderValue
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DUResourceBundle.java476 public int getUInt() { in getUInt() method in UResourceBundle
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DUResourceBundle.java496 public int getUInt() { in getUInt() method in UResourceBundle
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-repackaged-icu4j/android_common_apex10000/turbine/
Dcore-repackaged-icu4j.jarandroid/icu/impl/Assert.class <Unknown> package android.icu.impl public ...

123