Searched refs:tuple_type (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node_msg_key_matching.cpp | 41 using tuple_type = std::tuple<message_key, message_key>; in test_deduction_guides() typedef 45 broadcast_node<tuple_type> bm3(g); in test_deduction_guides() 46 join_node<tuple_type, key_matching<int> > j0(g); in test_deduction_guides() 48 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
|
| H A D | test_join_node_key_matching.cpp | 29 using tuple_type = std::tuple<int, int, double>; in test_deduction_guides() typedef 36 static_assert(std::is_same_v<decltype(j1), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides() 41 broadcast_node<tuple_type> b4(g); in test_deduction_guides() 44 static_assert(std::is_same_v<decltype(j2), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides() 47 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides() 51 static_assert(std::is_same_v<decltype(j4), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
|
| H A D | test_split_node.cpp | 378 using tuple_type = std::tuple<int, int>; in test_deduction_guides() typedef 381 split_node<tuple_type> s0(g); in test_deduction_guides() 384 static_assert(std::is_same_v<decltype(s1), split_node<tuple_type>>); in test_deduction_guides() 387 broadcast_node<tuple_type> b1(g), b2(g); in test_deduction_guides() 391 static_assert(std::is_same_v<decltype(s2), split_node<tuple_type>>); in test_deduction_guides() 394 static_assert(std::is_same_v<decltype(s3), split_node<tuple_type>>); in test_deduction_guides()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_join_node.cpp | 44 using tuple_type = std::tuple<int, int, int>; in test_deduction_guides() typedef 46 broadcast_node<tuple_type> b4(g); in test_deduction_guides() 47 join_node<tuple_type> j0(g); in test_deduction_guides() 51 static_assert(std::is_same_v<decltype(j1), join_node<tuple_type>>); in test_deduction_guides() 54 static_assert(std::is_same_v<decltype(j2), join_node<tuple_type, reserving>>); in test_deduction_guides() 57 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type>>); in test_deduction_guides() 60 static_assert(std::is_same_v<decltype(j4), join_node<tuple_type, reserving>>); in test_deduction_guides() 64 static_assert(std::is_same_v<decltype(j5), join_node<tuple_type>>); in test_deduction_guides() 282 using join_type = join_node<tuple_type, key_matching<K>>; in test_invoke_basic() 287 buffer_node<tuple_type> buf(g); in test_invoke_basic() [all …]
|