Searched refs:checkIndexOverflow (Results 1 – 4 of 4) sorted by relevance
31 internal inline fun checkIndexOverflow(index: Int): Int { in checkIndexOverflow() method
85 override suspend fun emit(value: T) = action(checkIndexOverflow(index++), value) in collectIndexed()
65 emit(IndexedValue(checkIndexOverflow(index++), value)) in <lambda>()
1141 public static final fun checkIndexOverflow (I)I