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 37 : next_local_id_(kBootstrapEndpointId) {
75 while (next_local_id_ == MessageInTransit::kInvalidEndpointId ||
76 local_id_to_endpoint_info_map_.find(next_local_id_) !=
78 next_local_id_++;
80 local_id = next_local_id_;
81 next_local_id_++;
channel.h 135 MessageInTransit::EndpointId next_local_id_; member in class:mojo::system::Channel

Completed in 335 milliseconds