Searched defs:findFirst (Results 1 – 2 of 2) sorted by relevance
33 public fun findFirst(value: Byte, start: Int, end: Int = limit): Int in findFirst() method327 override fun findFirst(value: Byte, start: Int, end: Int): Int { in findFirst() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
96 OptionalIndex findFirst() { in findFirst() function