Home
last modified time | relevance | path

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

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 internal expect inline fun ByteArray.getUByte(index: Int): UByte in getString() method
51 public inline fun getUByte(ary: ByteArray, index: Int): UByte = ary[index].toUByte() in getString() method
DBuffers.kt54 public fun getUByte(index: Int): UByte in findFirst() method
338 override fun getUByte(index: Int): UByte = buffer.getUByte(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt23 public actual inline fun ByteArray.getUByte(index: Int): UByte = getUByteAt(index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt23 public actual inline fun ByteArray.getUByte(index: Int): UByte = ByteArrayOps.getUByte(this, index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt24 public actual inline fun ByteArray.getUByte(index: Int): UByte = ByteArrayOps.getUByte(this, index) method