Lines Matching refs:PortRef
207 std::vector<ports::PortRef> ports_to_close; in CloseChildPorts()
258 const ports::PortRef& port, in SetPortObserver()
263 void NodeController::ClosePort(const ports::PortRef& port) { in ClosePort()
271 int NodeController::SendMessage(const ports::PortRef& port, in SendMessage()
281 const ports::PortRef& port, in ReservePort()
293 const ports::PortRef& port) { in MergePortIntoParent()
339 int NodeController::MergeLocalPorts(const ports::PortRef& port0, in MergeLocalPorts()
340 const ports::PortRef& port1) { in MergeLocalPorts()
530 std::vector<ports::PortRef> ports_to_close; in DropPeer()
785 void NodeController::PortStatusChanged(const ports::PortRef& port) { in PortStatusChanged()
1049 ports::PortRef local_port; in OnRequestPortMerge()