Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h322 uint32_t lb_weight; member
326 return *name == *other.name && lb_weight == other.lb_weight &&
Dxds_api.cc645 ", lb_weight=", lb_weight, ", endpoints=[", in ToString()
1878 const google_protobuf_UInt32Value* lb_weight = in LocalityParse() local
1884 output_locality->lb_weight = in LocalityParse()
1885 lb_weight != nullptr ? google_protobuf_UInt32Value_value(lb_weight) : 0; in LocalityParse()
1886 if (output_locality->lb_weight == 0) return GRPC_ERROR_NONE; in LocalityParse()
2010 if (locality.lb_weight == 0) continue; in EdsResponseParse()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc863 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()