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

  /external/libmojo/mojo/edk/system/
node_controller.h 241 // Guards |reserved_ports_| and |pending_child_tokens_|.
248 std::unordered_map<ports::NodeName, std::string> pending_child_tokens_; member in class:mojo::edk::NodeController
node_controller.cc 178 bool inserted = pending_child_tokens_.insert(
534 auto it = pending_child_tokens_.find(name);
535 if (it != pending_child_tokens_.end()) {
553 pending_child_tokens_.erase(it);
    [all...]

Completed in 180 milliseconds