Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dexceptions.cpp524 unexpected_call::unexpected_call() : in unexpected_call() function in boost::unexpected_call
529 unexpected_call::unexpected_call(std::string const& descr) : in unexpected_call() function in boost::unexpected_call
534 unexpected_call::~unexpected_call() throw() in ~unexpected_call()
538 void unexpected_call::throw_(const char* file, std::size_t line) in throw_()
540 boost::throw_exception(boost::enable_error_info(unexpected_call()) in throw_()
546 void unexpected_call::throw_(const char* file, std::size_t line, const char* descr) in throw_()
548 boost::throw_exception(boost::enable_error_info(unexpected_call(descr)) in throw_()
554 void unexpected_call::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()
556 boost::throw_exception(boost::enable_error_info(unexpected_call(descr)) in throw_()
/third_party/boost/boost/log/
Dexceptions.hpp372 class BOOST_LOG_API unexpected_call : class
379 unexpected_call();
383 explicit unexpected_call(std::string const& descr);
387 ~unexpected_call() throw() BOOST_OVERRIDE;
/third_party/boost/libs/log/doc/tmp/
Dtop_level_reference.qbk46 [template class_log_unexpected_call[][classref boost::log::unexpected_call unexpected_call]]
/third_party/boost/boost/log/sinks/
Dasync_frontend.hpp148 …BOOST_LOG_THROW_DESCR(unexpected_call, "Asynchronous sink frontend already runs a record feeding t… in scoped_thread_id()
157 …BOOST_LOG_THROW_DESCR(unexpected_call, "Asynchronous sink frontend already runs a record feeding t… in scoped_thread_id()
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest51 boost/log/unexpected_call.html