Home
last modified time | relevance | path

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

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt40 internal expect inline fun ByteArray.setUShort(index: Int, value: UShort) in getString() method
93 …public inline fun setUShort(ary: ByteArray, index: Int, value: UShort): Unit = setShort(ary, index… in getString() method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt37 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt34 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = setUShortAt(index, … method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt35 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method