Home
last modified time | relevance | path

Searched defs:system_error (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/system/
Dsystem_error.hpp22 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/
Derror.hpp24 using system_error = boost::system::system_error; typedef
/third_party/boost/libs/beast/include/boost/beast/core/
Derror.hpp24 using system_error = boost::system::system_error; typedef
/third_party/boost/boost/dll/
Dconfig.hpp35 using system_error = std::conditional_t<BOOST_DLL_USE_STD_FS, std::system_error, boost::system::sys… typedef
/third_party/boost/boost/interprocess/
Derrors.hpp93 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/
Dexceptions.hpp296 class BOOST_LOG_API system_error : class
/third_party/boost/boost/test/
Dexecution_monitor.hpp265 system_error = 210, ///< see note (2) above enumerator
488 class system_error { class
/third_party/elfio/.vscode/
Dsettings.json52 "system_error": "cpp", string
/third_party/boost/libs/log/src/
Dexceptions.cpp420 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/
Dtest-fs.c4323 int system_error; in TEST_IMPL() local