Searched refs:T10 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node_msg_key_matching_n_args.cpp | 38 using T10 = make_tuple < T9, MyMessageKeyWithBrokenKey<std::string, size_t>>; typedef 42 #define TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T10) 44 …fine TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T3, T4, T5, T6, T7, T8, T9, T10)
|
| H A D | test_join_node_key_matching_n_args.cpp | 35 using T10 = make_tuple<T9, MyKeyWithBrokenMessageKey<std::string, size_t>>; typedef 39 #define TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T5, T8, T10) 41 …fine TEST_CASE_TEMPLATE_N_ARGS(dec) TEST_CASE_TEMPLATE(dec, T, T2, T3, T4, T5, T6, T7, T8, T9, T10)
|