Lines Matching refs:composite_node
92 struct tiny_node : public tbb::flow::composite_node< std::tuple< int >, std::tuple< int > > {
95 typedef tbb::flow::composite_node< std::tuple< int >, std::tuple< int > > base_type;
166 class adder_node : public tbb::flow::composite_node< std::tuple< int, int >, std::tuple< int > > {
171 typedef tbb::flow::composite_node< std::tuple< int, int >, std::tuple< int > > base_type;
298 tbb::flow::composite_node<std::tuple<int, int>, std::tuple<int> > outer_node(g); in test_nested_adder()
299 typedef tbb::flow::composite_node<std::tuple<int, int>, std::tuple<int> > base_type; in test_nested_adder()
343 class prefix_node : public tbb::flow::composite_node< std::tuple< T, T, T, T, T >, std::tuple< T, T…
350 typedef tbb::flow::composite_node< my_tuple_t, my_tuple_t > base_type;
435 tbb::flow::composite_node<std::tuple<int>, std::tuple<int> > input_output(g); in input_only_output_only_composite()
437 typedef tbb::flow::composite_node<std::tuple<int>, std::tuple<> > input_only_composite; in input_only_output_only_composite()
438 typedef tbb::flow::composite_node<std::tuple<>, std::tuple<int> > output_only_composite; in input_only_output_only_composite()