Home
last modified time | relevance | path

Searched defs:setUShort (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt39 internal expect inline fun ByteArray.setUShort(index: Int, value: UShort) in getString() method
92 …public inline fun setUShort(ary: ByteArray, index: Int, value: UShort): Unit = setShort(ary, index… in getString() method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt36 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt33 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = setUShortAt(index, … method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt35 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method