Searched refs:context_it (Results 1 – 2 of 2) sorted by relevance
61 auto context_it = contexts.find(context); in Remove() local62 if (context_it == contexts.end()) in Remove()65 contexts.erase(context_it); in Remove()
209 auto context_it = contexts_.find(request->context_id()); in CreateContext() local210 if (context_it != contexts_.end()) { in CreateContext()212 context_it->second->Context()->GetContextViewId()) { in CreateContext()220 context_it->second->Unref(); in CreateContext()221 contexts_.erase(context_it); in CreateContext()315 auto context_it = contexts_.find(request->context_id()); in CreateContext() local316 if (context_it != contexts_.end()) { in CreateContext()