Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/detail/
Dexception_ptr.hpp211 current_exception_std_exception_wrapper: class
218 current_exception_std_exception_wrapper( T const & e1 ): in current_exception_std_exception_wrapper() function in boost::exception_detail::current_exception_std_exception_wrapper
224 current_exception_std_exception_wrapper( T const & e1, boost::exception const & e2 ): in current_exception_std_exception_wrapper() function in boost::exception_detail::current_exception_std_exception_wrapper
231 ~current_exception_std_exception_wrapper() BOOST_NOEXCEPT_OR_NOTHROW in ~current_exception_std_exception_wrapper()
281 return boost::copy_exception(current_exception_std_exception_wrapper<T>(e1,*e2)); in current_exception_std_exception()
283 return boost::copy_exception(current_exception_std_exception_wrapper<T>(e1)); in current_exception_std_exception()