Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node_msg_key_matching.cpp47 join_node j3(j0); in test_deduction_guides() local
48 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
H A Dtest_join_node_key_matching.cpp46 join_node j3(precedes(b4), body_int, body_int, body_double); in test_deduction_guides() local
47 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
/oneTBB/test/conformance/
H A Dconformance_join_node.cpp56 join_node j3(precedes(b4)); in test_deduction_guides() local
57 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type>>); in test_deduction_guides()