Home
last modified time | relevance | path

Searched defs:setup_error (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/test/
Dframework.hpp285 struct BOOST_TEST_DECL setup_error : public std::runtime_error { struct
286 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} in setup_error() function
/third_party/boost/boost/log/
Dexceptions.hpp399 class BOOST_LOG_API setup_error : class
/third_party/boost/libs/process/test/
Derror.cpp42 BOOST_AUTO_TEST_CASE(setup_error) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/log/src/
Dexceptions.cpp562 setup_error::setup_error() : in setup_error() function in boost::setup_error
567 setup_error::setup_error(std::string const& descr) : in setup_error() function in boost::setup_error