Home
last modified time | relevance | path

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

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
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
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
DFlexBuffers.kt634 …internal fun getUInt(index: Int): ULong = resolveAt(index) { pos: Int, width: ByteWidth -> buffer.… in getUInt() method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 public actual inline fun ByteArray.getUInt(index: Int): UInt = getUIntAt(index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 public actual inline fun ByteArray.getUInt(index: Int): UInt = ByteArrayOps.getUInt(this, index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt28 public actual inline fun ByteArray.getUInt(index: Int): UInt = ByteArrayOps.getUInt(this, index) method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h83 uint64_t &getUInt() { in getUInt() function
103 uint64_t getUInt() const { in getUInt() function
/external/cronet/third_party/icu/source/common/
Dresbund.cpp268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
Duresdata.cpp540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt() function in ResourceDataValue
/external/icu/icu4c/source/common/
Dresbund.cpp268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
Duresdata.cpp540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt() function in ResourceDataValue
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUResource.java352 public abstract int getUInt(); in getUInt() method in UResource.Value
DICUResourceBundleImpl.java91 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
DICUResourceBundleReader.java840 public int getUInt() { in getUInt() method in ICUResourceBundleReader.ReaderValue
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java346 public abstract int getUInt(); in getUInt() method in UResource.Value
DICUResourceBundleImpl.java90 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
DICUResourceBundleReader.java838 public int getUInt() { in getUInt() method in ICUResourceBundleReader.ReaderValue
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java496 public int getUInt() { in getUInt() method in UResourceBundle
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java476 public int getUInt() { in getUInt() method in UResourceBundle