/external/sdv/vsomeip/third_party/boost/system/include/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
|
/external/libcxx/src/ |
D | system_error.cpp | 244 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 250 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 256 system_error::system_error(error_code ec) in system_error() function in system_error 262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 274 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
/external/cronet/stable/third_party/libc++/src/src/ |
D | system_error.cpp | 195 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 198 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 201 system_error::system_error(error_code ec) : runtime_error(make_error_str(ec)), __ec_(ec) {} in system_error() function in system_error 203 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 206 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 209 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
/external/cronet/tot/third_party/libc++/src/src/ |
D | system_error.cpp | 195 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 198 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 201 system_error::system_error(error_code ec) : runtime_error(make_error_str(ec)), __ec_(ec) {} in system_error() function in system_error 203 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 206 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 209 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | system_error.hpp | 24 typedef std::system_error system_error; typedef
|
/external/clang/test/SemaCXX/ |
D | PR9461.cpp | 31 struct system_error:runtime_error{ // expected-note {{to match}} struct
|
/external/fmtlib/test/ |
D | format-test.cc | 282 TEST(util_test, system_error) { in TEST() argument
|