Home
last modified time | relevance | path

Searched refs:param_error (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/test/utils/runtime/
Derrors.hpp40 class BOOST_SYMBOL_VISIBLE param_error : public std::exception { class
42 ~param_error() BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE {} in ~param_error()
53 explicit param_error( cstring param_name_ ) : param_name( param_name_) {} in param_error() function in boost::runtime::param_error
58 class BOOST_SYMBOL_VISIBLE init_error : public param_error {
60 explicit init_error( cstring param_name ) : param_error( param_name ) {} in init_error()
64 class BOOST_SYMBOL_VISIBLE input_error : public param_error {
66 explicit input_error( cstring param_name ) : param_error( param_name ) {} in input_error()
/third_party/boost/libs/iostreams/src/
Dbzip2.cpp37 const int param_error = BZ_PARAM_ERROR; variable
/third_party/boost/libs/test/tools/console_test_runner/src/
Dconsole_test_runner.cpp199 catch( rt::param_error const& ex ) { in main()
/third_party/boost/boost/iostreams/filter/
Dbzip2.hpp60 BOOST_IOSTREAMS_DECL extern const int param_error;