Home
last modified time | relevance | path

Searched refs:test_abc2 (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dis_convertible_test.cpp139 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<test_abc1&, test_abc2&>::value), false);
147 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<test_abc1&, test_abc2>::value), false);
Dtest.hpp388 struct test_abc2 struct
390 virtual ~test_abc2();
Dhas_virtual_destructor_test.cpp52 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_virtual_destructor<test_abc2>::value, true, false);
Dis_polymorphic_test.cpp57 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_polymorphic<test_abc2>::value, true);
Dtricky_partial_spec_test.cpp85 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_polymorphic<volatile test_abc2>::value, true);