Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/core/
Dcommon.cpp19 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/
Dconstant.hpp87 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/
Dtreap_multiset_test.cpp25 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));
Dtreap_set_test.cpp24 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));
Dsg_set_test.cpp24 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));
Dsg_multiset_test.cpp24 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));
Dsplay_multiset_test.cpp24 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));
Davl_set_test.cpp25 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));
Dbs_multiset_test.cpp24 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));
Dbs_set_test.cpp24 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));
Dmultiset_test.cpp25 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));
Dsplay_set_test.cpp24 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));
Davl_multiset_test.cpp25 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));
Dset_test.cpp25 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));
Dunordered_multiset_test.cpp33 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));
Dunordered_set_test.cpp31 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/
Diterator_interface.hpp114 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/
Dcommon_t.cpp12 hana::common_t<int, float>,
/third_party/boost/boost/hana/fwd/core/
Dcommon.hpp100 using common_t = typename common<T, U>::type; typedef
/third_party/boost/libs/hana/include/boost/hana/fwd/core/
Dcommon.hpp100 using common_t = typename common<T, U>::type; typedef