Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h184 lb_weight == other.lb_weight && priority == other.priority;
196 uint32_t lb_weight; member
Dxds_api.cc1605 const google_protobuf_UInt32Value* lb_weight = in LocalityParse() local
1611 output_locality->lb_weight = in LocalityParse()
1612 lb_weight != nullptr ? google_protobuf_UInt32Value_value(lb_weight) : 0; in LocalityParse()
1613 if (output_locality->lb_weight == 0) return GRPC_ERROR_NONE; in LocalityParse()
1724 if (locality.lb_weight == 0) continue; in EdsResponseParse()
Dxds_client.cc1093 locality.lb_weight, locality.serverlist.size()); in AcceptEdsUpdate()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h278 uint32_t lb_weight; member
282 return *name == *other.name && lb_weight == other.lb_weight &&
Dxds_api.cc459 ", lb_weight=", lb_weight, ", endpoints=[", in ToString()
1994 const google_protobuf_UInt32Value* lb_weight = in LocalityParse() local
2000 output_locality->lb_weight = in LocalityParse()
2001 lb_weight != nullptr ? google_protobuf_UInt32Value_value(lb_weight) : 0; in LocalityParse()
2002 if (output_locality->lb_weight == 0) return GRPC_ERROR_NONE; in LocalityParse()
2136 if (locality.lb_weight == 0) continue; in EdsResponseParse()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc534 locality.lb_weight = 1; in ReturnResult()
855 locality.lb_weight))); in CreateChildPolicyAddressesLocked()
902 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()
Deds.cc644 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc388 int lb_weight = kDefaultLocalityWeight, in Locality()
393 lb_weight(lb_weight),
399 int lb_weight; member
754 endpoints->mutable_load_balancing_weight()->set_value(locality.lb_weight); in BuildEdsResource()