Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_split_node.cpp45 my_input_tuple my_tuple(1, 1.5f, input_msg(2)); variable
46 testing_node.try_put(my_tuple);
75 my_input_tuple my_tuple(1, 1.5f, input_msg(2)); variable
77 CHECK_MESSAGE((testing_node.try_put(my_tuple)), "`try_put()' must always returns `true'");
/oneTBB/test/tbb/
H A Dtest_flow_graph_whitebox.cpp378 typedef std::tuple<int,int> my_tuple; in TestSimpleSuccessorArc() typedef
379 tbb::flow::join_node<my_tuple, tbb::flow::tag_matching> qj(g, in TestSimpleSuccessorArc()
383 tbb::flow::broadcast_node<my_tuple > bnode(g); in TestSimpleSuccessorArc()