Searched refs:unboxState (Results 1 – 5 of 5) sorted by relevance
1205 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() method1406 continuation.resume(state.unboxState() as T) in invoke()
267 val state = this.state.unboxState() in getResult()
97 val state = this.state.unboxState() in joinBlocking()
124 state.unboxState() in undispatchedResult()
132 val state = state.unboxState() in joinBlocking()