Home
last modified time | relevance | path

Searched defs:findFirst (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DBuffers.kt33 public fun findFirst(value: Byte, start: Int, end: Int = limit): Int in findFirst() method
327 override fun findFirst(value: Byte, start: Int, end: Int): Int { in findFirst() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/third_party/skia/src/utils/
DSkBitSet.h96 OptionalIndex findFirst() { in findFirst() function