Home
last modified time | relevance | path

Searched refs:tiny_node (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_composite_node.cpp92 struct tiny_node : public tbb::flow::composite_node< std::tuple< int >, std::tuple< int > > { struct
98tiny_node(tbb::flow::graph &g, bool hidden = false) : base_type(g), f1(g, tbb::flow::unlimited, pa… in tiny_node() argument
116 tiny_node t(g, hidden); in test_tiny()
120 tiny_node t1(g, hidden); in test_tiny()
127 tiny_node t2(g, hidden); in test_tiny()