Home
last modified time | relevance | path

Searched refs:child_errors (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc655 std::vector<grpc_error*> child_errors; in ParseLoadBalancingConfig() local
656 child_errors.push_back(parse_error); in ParseLoadBalancingConfig()
658 GRPC_ERROR_CREATE_FROM_VECTOR("field:childPolicy", &child_errors)); in ParseLoadBalancingConfig()
714 std::vector<grpc_error*> child_errors = in ParseLoadBalancingConfig() local
716 if (!child_errors.empty()) { in ParseLoadBalancingConfig()
718 "field:dropCategories", &child_errors)); in ParseLoadBalancingConfig()
743 std::vector<grpc_error*> child_errors = in ParseDropCategories() local
745 if (!child_errors.empty()) { in ParseDropCategories()
748 for (size_t i = 0; i < child_errors.size(); ++i) { in ParseDropCategories()
749 error = grpc_error_add_child(error, child_errors[i]); in ParseDropCategories()
Dxds_cluster_manager.cc649 std::vector<grpc_error*> child_errors = in ParseLoadBalancingConfig() local
651 if (!child_errors.empty()) { in ParseLoadBalancingConfig()
656 for (grpc_error* child_error : child_errors) { in ParseLoadBalancingConfig()
698 std::vector<grpc_error*> child_errors; in ParseChildConfig() local
699 child_errors.push_back(parse_error); in ParseChildConfig()
701 GRPC_ERROR_CREATE_FROM_VECTOR("field:childPolicy", &child_errors)); in ParseChildConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc658 std::vector<grpc_error*> child_errors = in ParseLoadBalancingConfig() local
660 if (!child_errors.empty()) { in ParseLoadBalancingConfig()
665 for (grpc_error* child_error : child_errors) { in ParseLoadBalancingConfig()
720 std::vector<grpc_error*> child_errors; in ParseChildConfig() local
721 child_errors.push_back(parse_error); in ParseChildConfig()
723 GRPC_ERROR_CREATE_FROM_VECTOR("field:childPolicy", &child_errors)); in ParseChildConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1730 std::vector<grpc_error*> child_errors; in ParseLoadBalancingConfig() local
1731 child_errors.push_back(parse_error); in ParseLoadBalancingConfig()
1733 GRPC_ERROR_CREATE_FROM_VECTOR("field:childPolicy", &child_errors)); in ParseLoadBalancingConfig()