Searched refs:TEST_CASE_TEMPLATE_N_ARGS (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node_msg_key_matching_n_args.cpp | 42 #define TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T10) macro 44 #define TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T3, T4, T5, T6, T7, T8, T9, T… macro 49 TEST_CASE_TEMPLATE_N_ARGS("Serial N tests") { 55 TEST_CASE_TEMPLATE_N_ARGS("Parallel N tests") {
|
| H A D | test_join_node_key_matching_n_args.cpp | 39 #define TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T5, T8, T10) macro 41 #define TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T3, T4, T5, T6, T7, T8, T9, T… macro 46 TEST_CASE_TEMPLATE_N_ARGS("Serial N tests on tuples") { 52 TEST_CASE_TEMPLATE_N_ARGS("Parallel N tests on tuples") {
|