Home
last modified time | relevance | path

Searched refs:get_errorcode (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp147 virtual int get_errorcode() const throw() = 0;
201 int get_errorcode() const throw() BOOST_OVERRIDE in get_errorcode() function in boost::wave::cpplexer::lexing_exception
207 switch (get_errorcode()) { in is_recoverable()
/third_party/boost/boost/wave/
Dcpp_exceptions.hpp81 virtual int get_errorcode() const throw() = 0;
180 int get_errorcode() const throw() BOOST_OVERRIDE in get_errorcode() function in boost::wave::preprocess_exception
190 switch (get_errorcode()) { in is_recoverable()
/third_party/boost/libs/fiber/examples/
Dadapt_nonblocking.cpp145 int get_errorcode() const { in get_errorcode() function in IncompleteRead
201 thrown = e.get_errorcode(); in main()
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp815 if (e.get_errorcode() != preprocess_exception::ill_formed_directive)
Dcpp.cpp406 switch(e.get_errorcode()) { in report_error_message()
/third_party/boost/libs/wave/
DChangeLog644 - Added get_errorcode() member to the wave exception classes allowing to