Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1205 return state.unboxState() in <lambda>()
1220 return state.unboxState() in <lambda>()
1253 val result = if (state is CompletedExceptionally) state else state.unboxState() in <lambda>()
1274 val result = if (state is CompletedExceptionally) state else state.unboxState() in <lambda>()
1285 internal fun Any?.unboxState(): Any? = (this as? IncompleteStateBox)?.state ?: this in boxIncomplete() method
1406 continuation.resume(state.unboxState() as T) in invoke()
DBuilders.common.kt267 val state = this.state.unboxState() in getResult()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt97 val state = this.state.unboxState() in joinBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/
DUndispatched.kt124 state.unboxState() in undispatchedResult()
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt132 val state = state.unboxState() in joinBlocking()