Searched defs:setShort (Results 1 – 7 of 7) sorted by relevance
| /third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArray.kt | 39 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/ |
| D | ByteArray.kt | 36 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/ |
| D | ByteArray.kt | 33 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/ |
| D | ByteArray.kt | 34 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = ByteArrayOps.setShort… method
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
| D | ReadWriteBuf.java | 94 void setShort(int index, short value); in setShort() method
|
| D | ByteBufferReadWriteBuf.java | 126 public void setShort(int index, short value) { in setShort() method in ByteBufferReadWriteBuf
|
| D | ArrayReadWriteBuf.java | 164 public void setShort(int index, short value) { in setShort() method in ArrayReadWriteBuf
|