Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dexceptions.cpp486 odr_violation::odr_violation() : in odr_violation() function in boost::odr_violation
491 odr_violation::odr_violation(std::string const& descr) : in odr_violation() function in boost::odr_violation
496 odr_violation::~odr_violation() throw() in ~odr_violation()
500 void odr_violation::throw_(const char* file, std::size_t line) in throw_()
502 boost::throw_exception(boost::enable_error_info(odr_violation()) in throw_()
508 void odr_violation::throw_(const char* file, std::size_t line, const char* descr) in throw_()
510 boost::throw_exception(boost::enable_error_info(odr_violation(descr)) in throw_()
516 void odr_violation::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()
518 boost::throw_exception(boost::enable_error_info(odr_violation(descr)) in throw_()
Dglobal_logger_storage.cpp99 BOOST_LOG_THROW_DESCR(odr_violation, str); in throw_odr_violation()
/third_party/boost/boost/log/
Dexceptions.hpp345 class BOOST_LOG_API odr_violation : class
352 odr_violation();
356 explicit odr_violation(std::string const& descr);
360 ~odr_violation() throw() BOOST_OVERRIDE;
/third_party/boost/libs/log/doc/tmp/
Dtop_level_reference.qbk36 [template class_log_odr_violation[][classref boost::log::odr_violation odr_violation]]
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest46 boost/log/odr_violation.html