Home
last modified time | relevance | path

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

/third_party/boost/boost/contract/core/
Dexception.hpp276 namespace exception_ { namespace
452 return exception_::set_check_failure_locked(f); in set_check_failure()
454 return exception_::set_check_failure_unlocked(f); in set_check_failure()
473 return exception_::get_check_failure_locked(); in get_check_failure()
475 return exception_::get_check_failure_unlocked(); in get_check_failure()
493 exception_::check_failure_locked(); in check_failure()
495 exception_::check_failure_unlocked(); in check_failure()
517 return exception_::set_pre_failure_locked(f); in set_precondition_failure()
519 return exception_::set_pre_failure_unlocked(f); in set_precondition_failure()
538 return exception_::get_pre_failure_locked(); in get_precondition_failure()
[all …]
/third_party/boost/boost/contract/detail/inlined/core/
Dexception.hpp91 namespace exception_ { namespace