Searched refs:dummy_b (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_meta.cpp | 51 struct dummy_b {}; struct 58 template<> struct dummy_op<dummy_a, dummy_b> { typedef dummy_c type; }; 59 template<> struct dummy_op<dummy_b, dummy_a> { typedef dummy_d type; }; 60 template<> struct dummy_op<dummy_b, dummy_c> { typedef dummy_a type; }; 61 template<> struct dummy_op<dummy_c, dummy_b> { typedef dummy_d type; }; 62 template<> struct dummy_op<dummy_c, dummy_a> { typedef dummy_b type; }; 65 template<> struct dummy_op<dummy_b, dummy_b> { typedef dummy_e type; }; 70 template<> struct dummy_test<dummy_b, dummy_b> { constexpr static bool value = true; constexpr… 137 …concat<type_list<dummy_a, dummy_a>, type_list<dummy_b, dummy_c>>::type, type_list<dummy_a, dummy_a… in test_concat() 138 …ame<typename concat<type_list<dummy_a>, type_list<dummy_b, dummy_c>>::type, type_list<dummy_a, dum… in test_concat() [all …]
|