Searched refs:checkIndexOverflow (Results 1 – 5 of 5) sorted by relevance
28 internal inline fun checkIndexOverflow(index: Int): Int { in checkIndexOverflow() method
58 override suspend fun emit(value: T) = action(checkIndexOverflow(index++), value) in collectIndexed()
67 emit(IndexedValue(checkIndexOverflow(index++), value)) in <lambda>()
964 …nes.flow.internal/checkIndexOverflow(kotlin/Int): kotlin/Int // kotlinx.coroutines.flow.internal/c…
1231 public static final fun checkIndexOverflow (I)I