Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dpolymorphic_get.hpp221 polymorphic_strict_get( in polymorphic_strict_get() function
238 polymorphic_strict_get( in polymorphic_strict_get() function
255 polymorphic_strict_get( in polymorphic_strict_get() function
272 polymorphic_strict_get( in polymorphic_strict_get() function
301 return polymorphic_strict_get<U>(operand); in polymorphic_get()
317 return polymorphic_strict_get<U>(operand); in polymorphic_get()
332 return polymorphic_strict_get<U>(operand); in polymorphic_get()
347 return polymorphic_strict_get<U>(operand); in polymorphic_get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dvariant_get_test.cpp69 BOOST_TEST(boost::polymorphic_strict_get<TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()
70 BOOST_TEST(boost::polymorphic_strict_get<const TestType>(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()
81 BOOST_TEST(boost::polymorphic_strict_get<ref_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()
89 BOOST_TEST(!boost::polymorphic_strict_get<TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()
90 BOOST_TEST(!boost::polymorphic_strict_get<const TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()
176 boost::polymorphic_strict_get<T>(*v); // Must compile in check_get_on_types_impl()
177 boost::polymorphic_strict_get<const T>(*v); // Must compile in check_get_on_types_impl()