/third_party/boost/libs/hana/test/core/ |
D | common.cpp | 19 static_assert(std::is_same<hana::common_t<T, T>, T>{}, ""); 20 static_assert(std::is_same<hana::common_t<invalid, invalid>, invalid>{}, ""); 21 static_assert(std::is_same<hana::common_t<void, void>, void>{}, ""); 23 static_assert(std::is_same<hana::common_t<ImplicitConvertibleTo<T>, T>, T>{}, ""); 24 static_assert(std::is_same<hana::common_t<T, ImplicitConvertibleTo<T>>, T>{}, "");
|
/third_party/boost/libs/hana/test/_include/laws/ |
D | constant.hpp | 87 common_t<C, detail::CanonicalConstant<U>>, in TestConstant() 88 detail::CanonicalConstant<common_t<T, U>> in TestConstant() 92 common_t<detail::CanonicalConstant<U>, C>, in TestConstant() 93 detail::CanonicalConstant<common_t<T, U>> in TestConstant() 97 common_t<C, U>, in TestConstant() 98 common_t<typename C::value_type, U> in TestConstant()
|
/third_party/boost/libs/intrusive/test/ |
D | treap_multiset_test.cpp | 25 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 34 < typename common_t::value_type 37 , typename common_t::holder_opt 38 , typename common_t::key_of_value_opt 39 , typename common_t::prio_of_value_opt 43 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | treap_set_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 38 , typename common_t::prio_of_value_opt 42 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | sg_set_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 41 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | sg_multiset_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 41 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | splay_multiset_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 41 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | avl_set_test.cpp | 25 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 34 < typename common_t::value_type 37 , typename common_t::holder_opt 38 , typename common_t::key_of_value_opt 42 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | bs_multiset_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 41 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | bs_set_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 41 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | multiset_test.cpp | 25 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 34 < typename common_t::value_type 37 , typename common_t::holder_opt 38 , typename common_t::key_of_value_opt 42 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | splay_set_test.cpp | 24 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 33 < typename common_t::value_type 36 , typename common_t::holder_opt 37 , typename common_t::key_of_value_opt 41 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | avl_multiset_test.cpp | 25 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 34 < typename common_t::value_type 37 , typename common_t::holder_opt 38 , typename common_t::key_of_value_opt 42 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | set_test.cpp | 25 typedef tree_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 34 < typename common_t::value_type 37 , typename common_t::holder_opt 38 , typename common_t::key_of_value_opt 42 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | unordered_multiset_test.cpp | 33 typedef unordered_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 42 < typename common_t::value_type 48 , typename common_t::holder_opt 49 , typename common_t::key_of_value_opt 53 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
D | unordered_set_test.cpp | 31 typedef unordered_rebinder_common<ValueTraits, DefaultHolder, Map> common_t; typedef 40 < typename common_t::value_type 46 , typename common_t::holder_opt 47 , typename common_t::key_of_value_opt 52 BOOST_STATIC_ASSERT((key_type_tester<typename common_t::key_of_value_opt, type>::value));
|
/third_party/boost/boost/stl_interfaces/ |
D | iterator_interface.hpp | 114 using common_t = typedef 145 return static_cast<common_t<T, U>>(lhs).derived() == in call() 146 static_cast<common_t<T, U>>(rhs).derived(); in call() 160 static_cast<common_t<T, U>>(lhs) - in common_diff() 161 static_cast<common_t<T, U>>(rhs))) in common_diff() 163 static_cast<common_t<T, U>>(lhs) - in common_diff() 164 static_cast<common_t<T, U>>(rhs)) in common_diff() 166 return static_cast<common_t<T, U>>(lhs) - in common_diff() 167 static_cast<common_t<T, U>>(rhs); in common_diff()
|
/third_party/boost/libs/hana/example/core/common/ |
D | common_t.cpp | 12 hana::common_t<int, float>,
|
/third_party/boost/boost/hana/fwd/core/ |
D | common.hpp | 100 using common_t = typename common<T, U>::type; typedef
|
/third_party/boost/libs/hana/include/boost/hana/fwd/core/ |
D | common.hpp | 100 using common_t = typename common<T, U>::type; typedef
|