Home
last modified time | relevance | path

Searched refs:_what (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/phoenix/test/statement/
Dexceptions.cpp25 : _sliced(true), _what(msg) in base_exception()
29 : _sliced(true), _what(other._what) in base_exception()
36 return _what; in what()
40 char const *_what; member
/third_party/boost/boost/assign/
Dassignment_exception.hpp29 assignment_exception( const char* _what ) in assignment_exception() argument
30 : what_( _what ) in assignment_exception()
/third_party/boost/libs/outcome/test/tests/
Dexperimental-core-result-status.cpp56 const char *_what{nullptr}; member
58 : _what(what) in payload_exception()
61 virtual const char *what() const noexcept override final { return _what; } // NOLINT in what()