Home
last modified time | relevance | path

Searched defs:getShort (Results 1 – 10 of 10) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt28 internal expect inline fun ByteArray.getShort(index: Int): Short in getString() method
52 public inline fun getShort(ary: ByteArray, index: Int): Short { in getString() method
DBuffers.kt61 public fun getShort(index: Int): Short in findFirst() method
340 override fun getShort(index: Int): Short = buffer.getShort(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt24 public actual inline fun ByteArray.getShort(index: Int): Short = getShortAt(index) method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt25 public actual inline fun ByteArray.getShort(index: Int): Short = ByteArrayOps.getShort(this, index) method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt24 public actual inline fun ByteArray.getShort(index: Int): Short = ByteArrayOps.getShort(this, index) method
/third_party/flatbuffers/java/com/google/flatbuffers/
DReadBuf.java27 short getShort(int index); in getShort() method
DByteBufferReadWriteBuf.java31 public short getShort(int index) { in getShort() method in ByteBufferReadWriteBuf
DArrayReadWriteBuf.java53 public short getShort(int index) { in getShort() method in ArrayReadWriteBuf
/third_party/flatbuffers/php/
DByteBuffer.php371 public function getShort($index) function in Google\\FlatBuffers\\ByteBuffer
/third_party/libexif/contrib/c++/
Dexif.hxx163 ExifShort getShort(unsigned int index) const in getShort() function