Searched defs:system_error (Results 1 – 10 of 10) sorted by relevance
| /third_party/boost/boost/system/ |
| D | system_error.hpp | 22 class BOOST_SYMBOL_VISIBLE system_error : public std::runtime_error class 27 explicit system_error( error_code ec ) in system_error() function in boost::system::system_error 30 system_error( error_code ec, const std::string & what_arg ) in system_error() function in boost::system::system_error 33 system_error( error_code ec, const char* what_arg ) in system_error() function in boost::system::system_error 36 system_error( int ev, const error_category & ecat ) in system_error() function in boost::system::system_error 39 system_error( int ev, const error_category & ecat, in system_error() function in boost::system::system_error 43 system_error( int ev, const error_category & ecat, in system_error() function in boost::system::system_error
|
| /third_party/boost/boost/beast/core/ |
| D | error.hpp | 24 using system_error = boost::system::system_error; typedef
|
| /third_party/boost/libs/beast/include/boost/beast/core/ |
| D | error.hpp | 24 using system_error = boost::system::system_error; typedef
|
| /third_party/boost/boost/dll/ |
| D | config.hpp | 35 using system_error = std::conditional_t<BOOST_DLL_USE_STD_FS, std::system_error, boost::system::sys… typedef
|
| /third_party/boost/boost/interprocess/ |
| D | errors.hpp | 93 inline void fill_system_message( int system_error, std::string &str) in fill_system_message() 101 system_error, // system generated error; if possible, is translated enumerator
|
| /third_party/boost/boost/log/ |
| D | exceptions.hpp | 296 class BOOST_LOG_API system_error : class
|
| /third_party/boost/boost/test/ |
| D | execution_monitor.hpp | 265 system_error = 210, ///< see note (2) above enumerator 488 class system_error { class
|
| /third_party/elfio/.vscode/ |
| D | settings.json | 52 "system_error": "cpp", string
|
| /third_party/boost/libs/log/src/ |
| D | exceptions.cpp | 420 system_error::system_error(boost::system::error_code code, std::string const& descr) : in system_error() function in boost::system_error
|
| /third_party/libuv/test/ |
| D | test-fs.c | 4323 int system_error; in TEST_IMPL() local
|