Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowExceptions.common.kt28 internal inline fun checkIndexOverflow(index: Int): Int { in checkIndexOverflow() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DCollect.kt58 override suspend fun emit(value: T) = action(checkIndexOverflow(index++), value) in collectIndexed()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DTransform.kt67 emit(IndexedValue(checkIndexOverflow(index++), value)) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.klib.api964 …nes.flow.internal/checkIndexOverflow(kotlin/Int): kotlin/Int // kotlinx.coroutines.flow.internal/c…
Dkotlinx-coroutines-core.api1231 public static final fun checkIndexOverflow (I)I