Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client_stats.h60 sub_zone_(std::move(subzone)) {} in XdsLocalityName()
64 sub_zone_ == other.sub_zone_;
76 return sub_zone_.compare(other.sub_zone_); in Compare()
81 const std::string& sub_zone() const { return sub_zone_; } in sub_zone()
87 region_, zone_, sub_zone_); in AsHumanReadableString()
95 std::string sub_zone_; variable
/third_party/grpc/src/core/ext/xds/
Dxds_client_stats.h62 sub_zone_(std::move(subzone)) {} in XdsLocalityName()
66 sub_zone_ == other.sub_zone_;
78 return sub_zone_.compare(other.sub_zone_); in Compare()
83 const std::string& sub_zone() const { return sub_zone_; } in sub_zone()
89 region_, zone_, sub_zone_); in AsHumanReadableString()
97 std::string sub_zone_; variable