Home
last modified time | relevance | path

Searched defs:my_exception2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/test/test/execution_monitor-ts/
Dcustom-exception-test.cpp29 struct my_exception2 struct
31 explicit my_exception2( int res_code ) : m_res_code( res_code ) {} in my_exception2() argument
52 throw my_exception2( 89 ); in throw_my_exception2() argument
55 void my_exception2_translator( my_exception2 ) in my_exception2_translator() argument
/third_party/boost/libs/test/example/
Dexec_mon_example.cpp21 struct my_exception2 struct
23 explicit my_exception2( int res_code ) : m_res_code( res_code ) {} in my_exception2() function
40 throw my_exception2( 45 ); in operator ()() argument
/third_party/boost/libs/throw_exception/test/
Dthrow_exception_test2.cpp19 class my_exception2: public std::exception, public boost::exception class
Dthrow_exception_test3.cpp28 class my_exception2: public std::exception, public boost::exception class
Dthrow_exception_test4.cpp16 class my_exception2: public std::exception, public boost::exception class
Dthrow_exception_test5.cpp28 class my_exception2: public std::exception, public virtual boost::exception class
/third_party/boost/libs/core/test/
Duncaught_exceptions_np.cpp24 struct my_exception2 {}; struct