Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dnode_controller.cc553 auto connection_it = pending_isolated_connections_.find(name); in DropPeer() local
554 if (connection_it != pending_isolated_connections_.end()) { in DropPeer()
555 IsolatedConnection& connection = connection_it->second; in DropPeer()
559 pending_isolated_connections_.erase(connection_it); in DropPeer()