Searched refs:cref_test_t (Results 1 – 1 of 1) sorted by relevance
62 typedef typename boost::add_reference<const TestType>::type cref_test_t; in check_polymorphic_get_on_types_impl_single_type() typedef74 BOOST_TEST(boost::polymorphic_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()75 BOOST_TEST(boost::polymorphic_strict_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()76 BOOST_TEST(boost::polymorphic_relaxed_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()80 BOOST_TEST(boost::polymorphic_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()82 BOOST_TEST(boost::polymorphic_strict_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()84 BOOST_TEST(boost::polymorphic_relaxed_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()100 typedef typename boost::add_reference<const TestType>::type cref_test_t; in check_get_on_types_impl_single_type() typedef112 BOOST_TEST(boost::get<cref_test_t>(v)); in check_get_on_types_impl_single_type()113 BOOST_TEST(boost::strict_get<cref_test_t>(v)); in check_get_on_types_impl_single_type()[all …]