Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_meta.cpp50 struct dummy_a {}; 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; };
62 template<> struct dummy_op<dummy_c, dummy_a> { typedef dummy_b type; };
63 template<> struct dummy_op<dummy_a, dummy_c> { typedef dummy_d type; };
64 template<> struct dummy_op<dummy_a, dummy_a> { typedef dummy_e type; };
69 template<> struct dummy_test<dummy_a, dummy_a> { constexpr static bool value = true; constexpr…
134 …VERIFY((is_same<typename concat<type_list<dummy_a, dummy_a>, type_list<>>::type, type_list<dummy_a in test_concat()
135 …Y((is_same<typename concat<type_list<>, type_list<dummy_a, dummy_a>>::type, type_list<dummy_a, dum… in test_concat()
[all …]