Home
last modified time | relevance | path

Searched refs:checkIndexOverflow (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowExceptions.common.kt31 internal inline fun checkIndexOverflow(index: Int): Int { in checkIndexOverflow() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DCollect.kt85 override suspend fun emit(value: T) = action(checkIndexOverflow(index++), value) in collectIndexed()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DTransform.kt65 emit(IndexedValue(checkIndexOverflow(index++), value)) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1141 public static final fun checkIndexOverflow (I)I