Searched refs:lb_weight (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_api.h | 184 lb_weight == other.lb_weight && priority == other.priority; 196 uint32_t lb_weight; member
|
D | xds_api.cc | 1605 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()
|
D | xds_client.cc | 1093 locality.lb_weight, locality.serverlist.size()); in AcceptEdsUpdate()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.h | 278 uint32_t lb_weight; member 282 return *name == *other.name && lb_weight == other.lb_weight &&
|
D | xds_api.cc | 459 ", 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/ |
D | xds_cluster_resolver.cc | 534 locality.lb_weight = 1; in ReturnResult() 855 locality.lb_weight))); in CreateChildPolicyAddressesLocked() 902 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()
|
D | eds.cc | 644 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()
|
/third_party/grpc/test/cpp/end2end/ |
D | xds_end2end_test.cc | 388 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()
|