Home
last modified time | relevance | path

Searched defs:my_exception (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_exceptions_virtual_inheritance.cpp12 struct my_exception : public virtual std::runtime_error { struct
14 explicit my_exception(const std::string &what) in my_exception() function
19 my_exception() in my_exception() function
/dports/devel/boost-docs/boost_1_72_0/libs/context/example/fiber/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::fiber && f_, std::string const& what) : in my_exception() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/context/example/fiber/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::fiber && f_, std::string const& what) : in my_exception() argument
/dports/devel/boost-libs/boost_1_72_0/libs/context/example/fiber/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::fiber && f_, std::string const& what) : in my_exception() argument
/dports/devel/hyperscan/boost_1_75_0/libs/context/example/fiber/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::fiber && f_, std::string const& what) : in my_exception() argument
/dports/devel/boost-docs/boost_1_72_0/libs/test/doc/examples/
H A Dexception_check_predicate.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/devel/boost-docs/boost_1_72_0/libs/context/example/callcc/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::continuation && c_, std::string const& what) : in my_exception() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/doc/examples/
H A Dexception_check_predicate.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/context/example/callcc/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::continuation && c_, std::string const& what) : in my_exception() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/doc/examples/
H A Dexample37.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/doc/examples/
H A Dexample37.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/databases/percona57-server/boost_1_59_0/libs/test/doc/examples/
H A Dexample37.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/test/doc/examples/
H A Dexample37.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/databases/percona57-client/boost_1_59_0/libs/test/doc/examples/
H A Dexample37.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/devel/boost-libs/boost_1_72_0/libs/context/example/callcc/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::continuation && c_, std::string const& what) : in my_exception() argument
/dports/devel/boost-libs/boost_1_72_0/libs/test/doc/examples/
H A Dexception_check_predicate.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() argument
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/devel/hyperscan/boost_1_75_0/libs/test/doc/examples/
H A Dexception_check_predicate.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() argument
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
/dports/devel/hyperscan/boost_1_75_0/libs/context/example/callcc/
H A Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::continuation && c_, std::string const& what) : in my_exception() function
/dports/devel/boost-docs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dexception.cpp20 struct my_exception : public std::runtime_error struct
22 my_exception( std::string const& str) : in my_exception() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dexception.cpp20 struct my_exception : public std::runtime_error struct
22 my_exception( std::string const& str) : in my_exception() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dexception.cpp19 struct my_exception : public std::runtime_error struct
21 my_exception( std::string const& str) : in my_exception() argument
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dexception.cpp19 struct my_exception : public std::runtime_error struct
21 my_exception( std::string const& str) : in my_exception() function
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dexception.cpp19 struct my_exception : public std::runtime_error struct
21 my_exception( std::string const& str) : in my_exception() function
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dexception.cpp19 struct my_exception : public std::runtime_error struct
21 my_exception( std::string const& str) : in my_exception() function
/dports/devel/boost-libs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dexception.cpp20 struct my_exception : public std::runtime_error struct
22 my_exception( std::string const& str) : in my_exception() argument

12345678910>>...15