Lines Matching refs:node1
557 Node node1(g, unlimited, fun2); in test_copy_ctor()
561 oneapi::tbb::flow::make_edge(node0, node1); in test_copy_ctor()
562 oneapi::tbb::flow::make_edge(node1, suc_node1); in test_copy_ctor()
564 Node node_copy(node1); in test_copy_ctor()
721 Node node1(g, unlimited, fun); in test_output_input_class()
723 make_edge(node1, suc_node); in test_output_input_class()
726 node1.try_put(b1); in test_output_input_class()
740 Node node1(g, fun); in test_output_class()
742 make_edge(node1, suc_node); in test_output_class()
745 node1.activate(); in test_output_class()
747 node1.try_put(oneapi::tbb::flow::continue_msg()); in test_output_class()