Lines Matching refs:string
26 using T1 = std::tuple<MyKeyFirst<std::string, double>>;
27 using T2 = make_tuple<T1, MyKeySecond<std::string, int>>;
28 using T3 = make_tuple<T2, MyKeyFirst<std::string, int>>;
29 using T4 = make_tuple<T3, MyKeyWithBrokenMessageKey<std::string, size_t>>;
30 using T5 = make_tuple<T4, MyKeyWithBrokenMessageKey<std::string, int>>;
31 using T6 = make_tuple<T5, MyKeySecond<std::string, short>>;
32 using T7 = make_tuple<T6, MyKeySecond<std::string, threebyte>>;
33 using T8 = make_tuple<T7, MyKeyFirst<std::string, int>>;
34 using T9 = make_tuple<T8, MyKeySecond<std::string, threebyte>>;
35 using T10 = make_tuple<T9, MyKeyWithBrokenMessageKey<std::string, size_t>>;
47 generate_test<serial_test, T, tbb::flow::key_matching<std::string&>>::do_test();
53 generate_test<parallel_test, T, tbb::flow::key_matching<std::string&>>::do_test();