Searched defs:getShort (Results 1 – 10 of 10) sorted by relevance
28 internal expect inline fun ByteArray.getShort(index: Int): Short in getString() method52 public inline fun getShort(ary: ByteArray, index: Int): Short { in getString() method
61 public fun getShort(index: Int): Short in findFirst() method340 override fun getShort(index: Int): Short = buffer.getShort(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
24 public actual inline fun ByteArray.getShort(index: Int): Short = getShortAt(index) method
24 public actual inline fun ByteArray.getShort(index: Int): Short = ByteArrayOps.getShort(this, index) method
25 public actual inline fun ByteArray.getShort(index: Int): Short = ByteArrayOps.getShort(this, index) method
27 short getShort(int index); in getShort() method
31 public short getShort(int index) { in getShort() method in ByteBufferReadWriteBuf
53 public short getShort(int index) { in getShort() method in ArrayReadWriteBuf
371 public function getShort($index) function in Google\\FlatBuffers\\ByteBuffer
163 ExifShort getShort(unsigned int index) const in getShort() function