Searched refs:my_tuple (Results 1 – 2 of 2) sorted by relevance
45 my_input_tuple my_tuple(1, 1.5f, input_msg(2)); variable46 testing_node.try_put(my_tuple);75 my_input_tuple my_tuple(1, 1.5f, input_msg(2)); variable77 CHECK_MESSAGE((testing_node.try_put(my_tuple)), "`try_put()' must always returns `true'");
378 typedef std::tuple<int,int> my_tuple; in TestSimpleSuccessorArc() typedef379 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()