Home
last modified time | relevance | path

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

/third_party/boost/libs/contract/test/check/
Daudit.hpp16 boost::contract::set_check_failure([] { throw err(); }); in main()
Difdef_macro.cpp44 boost::contract::set_check_failure([] { throw err(); }); in main()
Ddecl.hpp47 boost::contract::set_check_failure([] { throw err(); }); in main()
Difdef.cpp53 boost::contract::set_check_failure([] { throw err(); }); in main()
/third_party/boost/libs/contract/example/features/
Dthrow_on_failure.cpp109 boost::contract::set_check_failure( in main()
/third_party/boost/libs/contract/doc/html/
Dboostrelease_HTML.manifest63 boost/contract/set_check_failure.html
/third_party/boost/boost/contract/core/
Dexception.hpp449 inline failure_handler const& set_check_failure(failure_handler const& f) in set_check_failure() function
/third_party/boost/libs/contract/doc/
Dadvanced.qbk473 * Implementation checks: [funcref boost::contract::set_check_failure].