Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_join_node.cpp28 using my_input_tuple = std::tuple<int, float, input_msg>; typedef
30 std::vector<my_input_tuple> get_values( conformance::test_push_receiver<my_input_tuple>& rr ) { in get_values()
31 std::vector<my_input_tuple> messages; in get_values()
32 my_input_tuple tmp(0, 0.f, input_msg(0)); in get_values()
112 oneapi::tbb::flow::join_node<my_input_tuple>>::value),
114 CHECK_MESSAGE((std::is_base_of<oneapi::tbb::flow::sender<my_input_tuple>,
115 oneapi::tbb::flow::join_node<my_input_tuple>>::value),
132 conformance::test_push_receiver<my_input_tuple> q_node(g);
135 oneapi::tbb::flow::function_node<my_input_tuple, my_input_tuple>
137 [&]( const my_input_tuple &t ) { in __anon798ebb9d0502()
[all …]
H A Dconformance_split_node.cpp27 using my_input_tuple = std::tuple<int, float, input_msg>; typedef
28 using my_split_type = oneapi::tbb::flow::split_node<my_input_tuple>;
45 my_input_tuple my_tuple(1, 1.5f, input_msg(2));
75 my_input_tuple my_tuple(1, 1.5f, input_msg(2));
125 …CHECK_MESSAGE((std::is_base_of<oneapi::tbb::flow::receiver<my_input_tuple>, my_split_type>::value)…