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

  /external/chromium_org/mojo/system/
channel.cc 32 next_local_id_(kBootstrapEndpointId) {
110 while (next_local_id_ == MessageInTransit::kInvalidEndpointId ||
111 local_id_to_endpoint_map_.find(next_local_id_) !=
113 next_local_id_++;
115 local_id = next_local_id_;
116 next_local_id_++;
channel.h 186 MessageInTransit::EndpointId next_local_id_; member in class:mojo::system::Channel

Completed in 373 milliseconds