Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/
Dcloning_test.cpp72 derives_std_boost_exception: struct
78 derives_std_boost_exception( char const * wh="derives_std_boost_exception" ): in derives_std_boost_exception() function
446 throw derives_std_boost_exception() << my_info(42); in main()
461 derives_std_boost_exception & x ) in main()
477 BOOST_TEST(t && *t && **t==typeid(derives_std_boost_exception)); in main()
497 BOOST_TEST(t && *t && **t==typeid(derives_std_boost_exception)); in main()
583 throw boost::enable_current_exception(derives_std_boost_exception("what1")); in main()
595 …throw boost::enable_current_exception(derives_std_boost_exception("what2") << boost::errinfo_neste… in main()