/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 31 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
|
D | Buffers.kt | 82 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
|
D | FlexBuffers.kt | 634 …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/ |
D | ByteArray.kt | 27 public actual inline fun ByteArray.getUInt(index: Int): UInt = getUIntAt(index) method
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 27 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/ |
D | ByteArray.kt | 28 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/ |
D | MsgPackDocument.h | 83 uint64_t &getUInt() { in getUInt() function 103 uint64_t getUInt() const { in getUInt() function
|
/external/cronet/third_party/icu/source/common/ |
D | resbund.cpp | 268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
|
D | uresdata.cpp | 540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt() function in ResourceDataValue
|
/external/icu/icu4c/source/common/ |
D | resbund.cpp | 268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
|
D | uresdata.cpp | 540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt() function in ResourceDataValue
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UResource.java | 352 public abstract int getUInt(); in getUInt() method in UResource.Value
|
D | ICUResourceBundleImpl.java | 91 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
|
D | ICUResourceBundleReader.java | 840 public int getUInt() { in getUInt() method in ICUResourceBundleReader.ReaderValue
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UResource.java | 346 public abstract int getUInt(); in getUInt() method in UResource.Value
|
D | ICUResourceBundleImpl.java | 90 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
|
D | ICUResourceBundleReader.java | 838 public int getUInt() { in getUInt() method in ICUResourceBundleReader.ReaderValue
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundle.java | 496 public int getUInt() { in getUInt() method in UResourceBundle
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UResourceBundle.java | 476 public int getUInt() { in getUInt() method in UResourceBundle
|