Home
last modified time | relevance | path

Searched defs:getULong (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt33 internal expect inline fun ByteArray.getULong(index: Int): ULong in getString() method
81 public inline fun getULong(ary: ByteArray, index: Int): ULong = getLong(ary, index).toULong() in getString() method
DBuffers.kt96 public fun getULong(index: Int): ULong in findFirst() method
350 override fun getULong(index: Int): ULong = buffer.getULong(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt29 public actual inline fun ByteArray.getULong(index: Int): ULong = getULongAt(index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt29 public actual inline fun ByteArray.getULong(index: Int): ULong = ByteArrayOps.getULong(this, index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt30 public actual inline fun ByteArray.getULong(index: Int): ULong = ByteArrayOps.getULong(this, index) method