Searched refs:ContextScope (Results 1 – 6 of 6) sorted by relevance
82 ContextScope(coroutineContext + context) in plus()104 public fun MainScope(): CoroutineScope = ContextScope(SupervisorJob() + Dispatchers.Main) in plus()207 ContextScope(if (context[Job] != null) context else context + Job()) in CoroutineScope()
36 internal class ContextScope(context: CoroutineContext) : CoroutineScope { class
279 (ContextScope(c1) + c2).coroutineContext
34 ContextScope context(this, __FILE__ ":" TOSTRING(__LINE__))
166 class ContextScope {168 explicit ContextScope(MacroAssembler* const masm, const char* loc) in ContextScope() function173 ~ContextScope() { masm_->GetContext()->Down(); } in ~ContextScope()
14678 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local14679 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()14680 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()14681 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()