Home
last modified time | relevance | path

Searched defs:setShort (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt39 public expect inline fun ByteArray.setShort(index: Int, value: Short) in getString() method
87 public inline fun setShort(ary: ByteArray, index: Int, value: Short) { in getString() method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt36 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = ByteArrayOps.setShort… method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt33 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = setShortAt(index, val… method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt34 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = ByteArrayOps.setShort… method
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DReadWriteBuf.java94 void setShort(int index, short value); in setShort() method
DByteBufferReadWriteBuf.java126 public void setShort(int index, short value) { in setShort() method in ByteBufferReadWriteBuf
DArrayReadWriteBuf.java164 public void setShort(int index, short value) { in setShort() method in ArrayReadWriteBuf