Searched defs:getUShort (Results 1 – 6 of 6) sorted by relevance
29 internal expect inline fun ByteArray.getUShort(index: Int): UShort in getString() method56 public inline fun getUShort(ary: ByteArray, index: Int): UShort = getShort(ary, index).toUShort() in getString() method
68 public fun getUShort(index: Int): UShort in findFirst() method342 override fun getUShort(index: Int): UShort = buffer.getUShort(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
25 public actual inline fun ByteArray.getUShort(index: Int): UShort = ByteArrayOps.getUShort(this, ind… method
25 public actual inline fun ByteArray.getUShort(index: Int): UShort = getUShortAt(index) method
26 public actual inline fun ByteArray.getUShort(index: Int): UShort = ByteArrayOps.getUShort(this, ind… method
386 public function getUShort($index) function in Google\\FlatBuffers\\ByteBuffer