Searched refs:assert_same (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/callable_traits/example/ |
D | intro.cpp | 21 void assert_same(){ static_assert(std::is_same<A, B>::value, ""); } in assert_same() function 31 assert_same< in main() 46 assert_same< in main() 52 assert_same< in main()
|
/third_party/boost/libs/iterator/test/ |
D | iterator_traits_test.cpp | 100 struct assert_same struct 113 typedef typename assert_same<test_pt, pointer>::type a1; 114 typedef typename assert_same<test_rt, reference>::type a2; 123 typedef typename assert_same<test_dt, difference_type>::type a1; 124 typedef typename assert_same<test_cat, category>::type a2; 134 typedef typename assert_same<test_vt, value_type>::type a1;
|
/third_party/boost/libs/python/test/ |
D | select_arg_to_python_test.cpp | 23 #define ASSERT_SAME(T1,T2) assert_same< T1,T2 >() 26 void assert_same(U* = 0, T* = 0) in assert_same() function
|
D | select_holder.cpp | 30 void assert_same(U* = 0, T* = 0) in assert_same() function 46 assert_same<Holder>( in assert_holder()
|
/third_party/boost/libs/callable_traits/test/ |
D | apply_member_pointer_pmd.cpp | 16 assert_same<TRAIT(apply_member_pointer, Input, foo), Output>(); in test_case()
|
D | test.hpp | 54 void assert_same() { in assert_same() function
|
D | apply_member_pointer_function.cpp | 16 assert_same<TRAIT(apply_member_pointer, Input, foo), Output>(); in test_case()
|
D | apply_member_pointer_pmf.cpp | 17 assert_same< TRAIT(apply_member_pointer, Input, b), Output>(); in test_case()
|