Searched refs:MergeLocalPorts (Results 1 – 6 of 6) sorted by relevance
164 int MergeLocalPorts(const PortRef& port0_ref, const PortRef& port1_ref); in COMPONENT_EXPORT()
431 int Node::MergeLocalPorts(const PortRef& port0_ref, const PortRef& port1_ref) { in MergeLocalPorts() function in mojo::core::ports::Node
1554 EXPECT_EQ(OK, node0.node().MergeLocalPorts(b, c)); in TEST_F()
114 int MergeLocalPorts(const ports::PortRef& port0, const ports::PortRef& port1);
123 int rv = node_controller_->MergeLocalPorts(port0, port1); in Fuse()
288 int NodeController::MergeLocalPorts(const ports::PortRef& port0, in MergeLocalPorts() function in mojo::core::NodeController290 return node_->MergeLocalPorts(port0, port1); in MergeLocalPorts()