Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dexceptions.cpp600 limitation_error::limitation_error() : in limitation_error() function in boost::limitation_error
605 limitation_error::limitation_error(std::string const& descr) : in limitation_error() function in boost::limitation_error
610 limitation_error::~limitation_error() throw() in ~limitation_error()
614 void limitation_error::throw_(const char* file, std::size_t line) in throw_()
616 boost::throw_exception(boost::enable_error_info(limitation_error()) in throw_()
622 void limitation_error::throw_(const char* file, std::size_t line, const char* descr) in throw_()
624 boost::throw_exception(boost::enable_error_info(limitation_error(descr)) in throw_()
630 void limitation_error::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()
632 boost::throw_exception(boost::enable_error_info(limitation_error(descr)) in throw_()
Dformat_parser.cpp96 …boost::throw_exception(boost::enable_error_info(limitation_error("Positional format placeholder to… in parse_format()
Dattribute_name.cpp162 BOOST_THROW_EXCEPTION(limitation_error("Too many log attribute names")); in get_id_from_string()
/third_party/boost/boost/log/
Dexceptions.hpp426 class BOOST_LOG_API limitation_error : class
433 limitation_error();
437 explicit limitation_error(std::string const& descr);
441 ~limitation_error() throw() BOOST_OVERRIDE;
/third_party/boost/libs/log/doc/tmp/
Dtop_level_reference.qbk30 [template class_log_limitation_error[][classref boost::log::limitation_error limitation_error]]
/third_party/boost/boost/log/sinks/
Dtext_ipc_message_queue_backend.hpp154 … BOOST_LOG_THROW_DESCR(limitation_error, "Message too long to send to an interprocess queue"); in consume()
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.cpp314 … BOOST_LOG_THROW_DESCR(limitation_error, "Too many waiters on an interprocess mutex"); in mark_waiting_and_try_lock()
354 … BOOST_LOG_THROW_DESCR(limitation_error, "Too many waiters on an interprocess condition variable"); in wait()
502 …BOOST_LOG_THROW_DESCR(limitation_error, "Too many semaphores are actively used for an interprocess… in get_unused_semaphore()
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest43 boost/log/limitation_error.html