/third_party/grpc/src/core/ext/xds/ |
D | xds_bootstrap.cc | 213 std::vector<grpc_error*> error_list; in XdsBootstrap() local 216 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 219 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 223 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap() 228 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 232 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap() 239 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 243 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap() 248 &error_list); in XdsBootstrap() 252 std::vector<grpc_error*> error_list; in ParseXdsServerList() local [all …]
|
D | file_watcher_certificate_provider_factory.cc | 74 std::vector<grpc_error*> error_list; in Parse() local 76 &config->identity_cert_file_, &error_list, false); in Parse() 78 &config->private_key_file_, &error_list, false); in Parse() 81 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in Parse() 86 &config->root_cert_file_, &error_list, false); in Parse() 88 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in Parse() 94 &config->refresh_interval_ms_, &error_list, false)) { in Parse() 97 if (!error_list.empty()) { in Parse() 99 "Error parsing file watcher certificate provider config", &error_list); in Parse()
|
D | google_mesh_ca_certificate_provider_factory.cc | 205 std::vector<grpc_error*> error_list; in Parse() local 208 &error_list)) { in Parse() 212 error_list.push_back( in Parse() 218 &config->certificate_lifetime_, &error_list, false)) { in Parse() 223 &config->renewal_grace_period_, &error_list, false)) { in Parse() 228 &error_list, false)) { in Parse() 230 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in Parse() 235 &config->key_size_, &error_list, false)) { in Parse() 239 &config->location_, &error_list, false)) { in Parse() 242 if (!error_list.empty()) { in Parse() [all …]
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | resolver_result_parsing.cc | 76 std::vector<grpc_error*> error_list; in ParseRetryPolicy() local 81 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() 87 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() 100 &error_list) && in ParseRetryPolicy() 102 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() 107 &retry_policy->max_backoff, &error_list) && in ParseRetryPolicy() 109 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() 116 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() 121 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() 124 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy() [all …]
|
D | service_config.cc | 53 std::vector<grpc_error*> error_list; in ServiceConfig() local 57 if (global_error != GRPC_ERROR_NONE) error_list.push_back(global_error); in ServiceConfig() 59 if (local_error != GRPC_ERROR_NONE) error_list.push_back(local_error); in ServiceConfig() 60 if (!error_list.empty()) { in ServiceConfig() 62 &error_list); in ServiceConfig() 74 std::vector<grpc_error*> error_list; in ParseJsonMethodConfig() local 82 error_list.push_back(parser_error); in ParseJsonMethodConfig() 91 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseJsonMethodConfig() 93 return GRPC_ERROR_CREATE_FROM_VECTOR("methodConfig", &error_list); in ParseJsonMethodConfig() 100 error_list.push_back(parse_error); in ParseJsonMethodConfig() [all …]
|
D | service_config_parser.cc | 52 std::vector<grpc_error*> error_list; in ParseGlobalParameters() local 58 error_list.push_back(parser_error); in ParseGlobalParameters() 62 if (!error_list.empty()) { in ParseGlobalParameters() 63 *error = GRPC_ERROR_CREATE_FROM_VECTOR("Global Params", &error_list); in ParseGlobalParameters() 73 std::vector<grpc_error*> error_list; in ParsePerMethodParameters() local 79 error_list.push_back(parser_error); in ParsePerMethodParameters() 83 if (!error_list.empty()) { in ParsePerMethodParameters() 84 *error = GRPC_ERROR_CREATE_FROM_VECTOR("methodConfig", &error_list); in ParsePerMethodParameters()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_bootstrap.cc | 123 std::vector<grpc_error*> error_list; in XdsBootstrap() local 126 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 129 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 133 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap() 138 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap() 142 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap() 146 &error_list); in XdsBootstrap() 150 std::vector<grpc_error*> error_list; in ParseXdsServerList() local 154 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseXdsServerList() 158 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in ParseXdsServerList() [all …]
|
/third_party/grpc/src/core/lib/json/ |
D | json_util.h | 46 ErrorVectorType* error_list) { in ExtractJsonNumber() argument 49 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonNumber() 55 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonNumber() 64 bool* output, ErrorVectorType* error_list) { in ExtractJsonBool() argument 73 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonBool() 83 ErrorVectorType* error_list) { in ExtractJsonString() argument 86 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonString() 98 ErrorVectorType* error_list) { in ExtractJsonArray() argument 101 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonArray() 113 ErrorVectorType* error_list) { in ExtractJsonObject() argument [all …]
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_routing.cc | 726 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 732 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 735 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 740 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 755 error_list.push_back(error); in ParseLoadBalancingConfig() 763 error_list.push_back( in ParseLoadBalancingConfig() 769 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 772 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 788 error_list.push_back(error); in ParseLoadBalancingConfig() 796 error_list.push_back(error); in ParseLoadBalancingConfig() [all …]
|
D | lrs.cc | 385 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 390 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 400 error_list.push_back( in ParseLoadBalancingConfig() 408 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 411 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 421 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 431 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 437 error_list.push_back( in ParseLoadBalancingConfig() 445 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 448 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() [all …]
|
D | xds_cluster_impl.cc | 640 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 645 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 655 error_list.push_back( in ParseLoadBalancingConfig() 663 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 666 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 676 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 687 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 698 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 709 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 715 error_list.push_back(GRPC_ERROR_CREATE_FROM_VECTOR( in ParseLoadBalancingConfig() [all …]
|
D | xds_cluster_resolver.cc | 1127 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 1132 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1135 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1151 error_list.push_back(error); in ParseLoadBalancingConfig() 1157 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1166 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1172 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1180 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1188 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1200 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() [all …]
|
D | xds_cluster_manager.cc | 630 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 635 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 638 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 644 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 659 error_list.push_back(error); in ParseLoadBalancingConfig() 667 error_list.push_back( in ParseLoadBalancingConfig() 670 if (!error_list.empty()) { in ParseLoadBalancingConfig() 672 "xds_cluster_manager_experimental LB policy config", &error_list); in ParseLoadBalancingConfig() 682 std::vector<grpc_error*> error_list; in ParseChildConfig() local 684 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseChildConfig() [all …]
|
D | eds.cc | 807 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 813 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 823 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 826 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 836 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 861 error_list.push_back(GRPC_ERROR_CREATE_REFERENCING_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 881 error_list.push_back(GRPC_ERROR_CREATE_REFERENCING_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 886 if (error_list.empty()) { in ParseLoadBalancingConfig() 894 "eds_experimental LB policy config", &error_list); in ParseLoadBalancingConfig()
|
D | cds.cc | 721 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 726 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 729 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 734 if (!error_list.empty()) { in ParseLoadBalancingConfig() 735 *error = GRPC_ERROR_CREATE_FROM_VECTOR("Cds Parser", &error_list); in ParseLoadBalancingConfig()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | error.h | 170 #define GRPC_ERROR_CREATE_FROM_VECTOR(desc, error_list) \ argument 171 grpc_error_create_from_vector(__FILE__, __LINE__, desc, error_list) 206 VectorType* error_list) { in grpc_error_create_from_vector() argument 208 if (error_list->size() != 0) { in grpc_error_create_from_vector() 210 error_list->data(), error_list->size()); in grpc_error_create_from_vector() 212 for (size_t i = 0; i < error_list->size(); i++) { in grpc_error_create_from_vector() 213 GRPC_ERROR_UNREF((*error_list)[i]); in grpc_error_create_from_vector() 215 error_list->clear(); in grpc_error_create_from_vector()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/ |
D | weighted_target.cc | 645 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 650 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 653 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 668 error_list.push_back(error); in ParseLoadBalancingConfig() 674 if (!error_list.empty()) { in ParseLoadBalancingConfig() 676 "weighted_target_experimental LB policy config", &error_list); in ParseLoadBalancingConfig() 685 std::vector<grpc_error*> error_list; in ParseChildConfig() local 687 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseChildConfig() 689 return error_list; in ParseChildConfig() 694 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseChildConfig() [all …]
|
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 239 absl::InlinedVector<grpc_error*, 4> error_list; in ChooseServiceConfig() local 242 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 250 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 260 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 274 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 280 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 290 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 293 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig() 299 if (!error_list.empty()) { in ChooseServiceConfig() 302 &error_list); in ChooseServiceConfig()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/ |
D | priority.cc | 799 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 804 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 807 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 815 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig() 822 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig() 839 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig() 848 error_list.push_back( in ParseLoadBalancingConfig() 865 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 868 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 875 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig() [all …]
|
/third_party/grpc/src/core/ext/filters/message_size/ |
D | message_size_filter.cc | 72 std::vector<grpc_error*> error_list; in ParsePerMethodParams() local 79 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams() 85 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams() 96 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams() 102 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams() 107 if (!error_list.empty()) { in ParsePerMethodParams() 108 *error = GRPC_ERROR_CREATE_FROM_VECTOR("Message size parser", &error_list); in ParsePerMethodParams()
|
/third_party/grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 548 std::vector<grpc_error*> error_list; in Chttp2ServerAddPort() local 573 error_list.push_back(error); in Chttp2ServerAddPort() 582 if (error_list.size() == resolved->naddrs) { in Chttp2ServerAddPort() 587 msg.c_str(), error_list.data(), error_list.size()); in Chttp2ServerAddPort() 588 } else if (!error_list.empty()) { in Chttp2ServerAddPort() 592 resolved->naddrs - error_list.size(), resolved->naddrs); in Chttp2ServerAddPort() 594 msg.c_str(), error_list.data(), error_list.size()); in Chttp2ServerAddPort() 601 for (grpc_error* error : error_list) { in Chttp2ServerAddPort()
|
/third_party/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 659 absl::InlinedVector<grpc_error*, 3> error_list; in ValidateStsCredentialsOptions() local 665 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ValidateStsCredentialsOptions() 670 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ValidateStsCredentialsOptions() 675 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ValidateStsCredentialsOptions() 680 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ValidateStsCredentialsOptions() 683 if (error_list.empty()) { in ValidateStsCredentialsOptions() 687 "Invalid STS Credentials Options", &error_list); in ValidateStsCredentialsOptions()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 1700 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local 1708 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig() 1730 error_list.push_back( in ParseLoadBalancingConfig() 1733 if (error_list.empty()) { in ParseLoadBalancingConfig() 1737 *error = GRPC_ERROR_CREATE_FROM_VECTOR("GrpcLb Parser", &error_list); in ParseLoadBalancingConfig()
|
/third_party/mesa3d/src/glx/ |
D | glxext.c | 110 static /* const */ char *error_list[] = { variable 134 __GLX_NUMBER_ERRORS, error_list) in XEXT_GENERATE_ERROR_STRING() argument
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasedepayload.c | 1383 goto error_list; in gst_rtp_base_depayload_do_push() 1390 goto error_list; in gst_rtp_base_depayload_do_push() 1408 error_list: in gst_rtp_base_depayload_do_push()
|