Home
last modified time | relevance | path

Searched defs:findFirst (Results 1 – 3 of 3) 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
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_alg.cc66 bool FootPrint::findFirst(stack<Interval> *merged, const BlockTensor &block, size_t *offset) { in findFirst() function in mindspore::somas::FootPrint