Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds.h31 class XdsLocalityAttribute : public ServerAddress::AttributeInterface {
33 explicit XdsLocalityAttribute(RefCountedPtr<XdsLocalityName> locality_name) in XdsLocalityAttribute() function
41 return absl::make_unique<XdsLocalityAttribute>(locality_name_->Ref()); in Copy()
46 static_cast<const XdsLocalityAttribute*>(other); in Cmp()
Dxds_cluster_impl.cc553 static_cast<const XdsLocalityAttribute*>(attribute); in CreateSubchannel()
Dxds_cluster_resolver.cc815 absl::make_unique<XdsLocalityAttribute>( in CreateChildPolicyAddressesLocked()