Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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