Home
last modified time | relevance | path

Searched refs:derives_boost_exception_virtually (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/
Dhelper2.cpp34 derives_boost_exception_virtually::
35 derives_boost_exception_virtually( int x ): in derives_boost_exception_virtually() function in boost::exception_test::derives_boost_exception_virtually
40 derives_boost_exception_virtually::
41 ~derives_boost_exception_virtually() BOOST_NOEXCEPT_OR_NOTHROW in ~derives_boost_exception_virtually()
66 throw_test_exception<derives_boost_exception_virtually>( int x ) in throw_test_exception()
68 boost::throw_exception( derives_boost_exception_virtually(x) ); in throw_test_exception()
Dhelper2.hpp29 derives_boost_exception_virtually: struct
33 explicit derives_boost_exception_virtually( int x );
34 virtual ~derives_boost_exception_virtually() BOOST_NOEXCEPT_OR_NOTHROW;
54 void throw_test_exception<derives_boost_exception_virtually>( int );
Dthrow_exception_test.cpp151 tester<boost::exception_test::derives_boost_exception_virtually>(); in main()