Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/system/
Dwait_set.cc62 if (handle_to_context_.count(handle)) in AddHandle()
66 handle_to_context_[handle] = context; in AddHandle()
82 handle_to_context_.erase(handle); in AddHandle()
105 auto it = handle_to_context_.find(handle); in RemoveHandle()
106 if (it == handle_to_context_.end()) in RemoveHandle()
110 handle_to_context_.erase(it); in RemoveHandle()
273 if (handle_to_context_.count(handle)) { in Notify()
282 handle_to_context_.erase(handle); in Notify()
318 std::map<Handle, scoped_refptr<Context>> handle_to_context_; member in mojo::WaitSet::State