Searched refs:attached_ports_ (Results 1 – 2 of 2) sorted by relevance
25 std::swap(attached_ports, attached_ports_); in Close()36 auto result = attached_ports_.emplace(name.as_string(), remote_peer_port); in AttachMessagePipe()50 auto it = attached_ports_.find(name.as_string()); in ExtractMessagePipe()51 if (it == attached_ports_.end()) in ExtractMessagePipe()54 attached_ports_.erase(it); in ExtractMessagePipe()68 std::swap(attached_ports, attached_ports_); in TakeAttachedPorts()
41 PortMapping attached_ports_; variable