Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/xds/
H A Dcds.cc160 const XdsClusterResource* aggregate_cluster_resource);
369 const XdsClusterResource* aggregate_cluster_resource = nullptr; in UpdateLocked() local
392 aggregate_cluster_resource = aggregate_cluster_config->cluster.get(); in UpdateLocked()
415 *new_cluster_config, endpoint_config, aggregate_cluster_resource); in UpdateLocked()
555 const XdsClusterResource* aggregate_cluster_resource) { in CreateChildPolicyConfigForLeafCluster() argument
571 aggregate_cluster_resource != nullptr) { in CreateChildPolicyConfigForLeafCluster()
573 Json::FromArray(aggregate_cluster_resource->lb_policy_config); in CreateChildPolicyConfigForLeafCluster()