Home
last modified time | relevance | path

Searched defs:childCancelled (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DSupervisor.kt62 override fun childCancelled(cause: Throwable): Boolean = false in childCancelled() method
69 override fun childCancelled(cause: Throwable): Boolean = false in childCancelled() method
DJob.kt479 public fun childCancelled(cause: Throwable): Boolean in childCancelled() method
673 override fun childCancelled(cause: Throwable): Boolean = false in Throwable() method
DJobSupport.kt646 public open fun childCancelled(cause: Throwable): Boolean { in <lambda>() method
1474 override fun childCancelled(cause: Throwable): Boolean = job.childCancelled(cause) in invoke() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowCoroutine.kt70 public override fun childCancelled(cause: Throwable): Boolean { in childCancelled() method
80 public override fun childCancelled(cause: Throwable): Boolean { in childCancelled() method