Searched refs:error_description (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/program_options/test/ |
D | exception_txt_test.cpp | 106 const string& error_description, in test_exception_message() argument 113 test_each_exception_message<EXCEPTION>(error_description + " -- unix", in test_exception_message() 118 test_each_exception_message<EXCEPTION>(error_description + " -- long_dash", in test_exception_message() 124 test_each_exception_message<EXCEPTION>(error_description + " -- short_dash", in test_exception_message() 129 test_each_exception_message<EXCEPTION>(error_description + " -- short_slash", in test_exception_message() 137 test_each_exception_message<EXCEPTION>(error_description + " -- config_file", in test_exception_message()
|
/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 178 const std::string& error_description) { in ErrorMessage() argument 184 countdown, error_description, address_description, address); in ErrorMessage()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 178 const std::string& error_description) { in ErrorMessage() argument 184 countdown, error_description, address_description, address); in ErrorMessage()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 798 upb_strview error_description = in CreateAdsRequest() local 800 google_rpc_Status_set_message(error_detail, error_description); in CreateAdsRequest()
|