Searched defs:getULong (Results 1 – 5 of 5) sorted by relevance
33 internal expect inline fun ByteArray.getULong(index: Int): ULong in getString() method81 public inline fun getULong(ary: ByteArray, index: Int): ULong = getLong(ary, index).toULong() in getString() method
96 public fun getULong(index: Int): ULong in findFirst() method350 override fun getULong(index: Int): ULong = buffer.getULong(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
29 public actual inline fun ByteArray.getULong(index: Int): ULong = getULongAt(index) method
29 public actual inline fun ByteArray.getULong(index: Int): ULong = ByteArrayOps.getULong(this, index) method
30 public actual inline fun ByteArray.getULong(index: Int): ULong = ByteArrayOps.getULong(this, index) method