Home | History | Annotate | Download | only in ports

Lines Matching refs:GetPort

107 int Node::GetPort(const PortName& port_name, PortRef* port_ref) {
108 scoped_refptr<Port> port = GetPort(port_name);
246 if (GetPort(name, &ref) == OK)
294 scoped_refptr<Port> new_port = GetPort(new_port_name);
320 if (GetPort(message->ports()[i], &port) == OK)
432 scoped_refptr<Port> port = GetPort(port_name);
484 if (GetPort(message->ports()[i], &port_ref) == OK) {
499 scoped_refptr<Port> port = GetPort(port_name);
529 GetPort(port_name);
600 scoped_refptr<Port> port = GetPort(port_name);
629 scoped_refptr<Port> port = GetPort(port_name);
707 scoped_refptr<Port> port = GetPort(port_name);
757 rv = GetPort(port_name, &target_port);
765 rv = GetPort(event.new_port_name, &new_port);
795 scoped_refptr<Port> Node::GetPort(const PortName& port_name) {
1360 if (GetPort(name, &ref) == OK)