Home
last modified time | relevance | path

Searched defs:sub_zone (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dbase.proto44 string sub_zone = 3; field
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client_stats.h81 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
Dxds_api.cc1619 upb_strview sub_zone = envoy_api_v2_core_Locality_sub_zone(locality); in LocalityParse() local
/third_party/grpc/src/core/ext/xds/
Dxds_client_stats.h83 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
Dxds_api.cc2011 std::string sub_zone = in LocalityParse() local
/third_party/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto68 string sub_zone = 3; field
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc397 const std::string sub_zone; member