HomeSort by relevance Sort by last modified time
    Searched refs:local_id_to_endpoint_info_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/system/
channel.cc 65 // TODO(vtl): Should I clear |local_id_to_endpoint_info_map_|? Or assert that
76 local_id_to_endpoint_info_map_.find(next_local_id_) !=
77 local_id_to_endpoint_info_map_.end())
86 local_id_to_endpoint_info_map_[local_id] = EndpointInfo(message_pipe, port);
100 local_id_to_endpoint_info_map_.find(local_id);
101 CHECK(it != local_id_to_endpoint_info_map_.end());
124 local_id_to_endpoint_info_map_.erase(local_id);
174 local_id_to_endpoint_info_map_.find(local_id);
175 if (it == local_id_to_endpoint_info_map_.end()) {
channel.h 45 // |local_id_to_endpoint_info_map_|) under |Channel::lock_| and then release the
124 // |local_id_to_endpoint_info_map_| under |lock_| (e.g., by copying the
132 IdToEndpointInfoMap local_id_to_endpoint_info_map_; member in class:mojo::system::Channel

Completed in 253 milliseconds