Home
last modified time | relevance | path

Searched refs:sub_zone (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_client_stats.h59 XdsLocalityName(std::string region, std::string zone, std::string sub_zone) in XdsLocalityName() argument
62 sub_zone_(std::move(sub_zone)) {} in XdsLocalityName()
83 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_client_stats.h59 XdsLocalityName(std::string region, std::string zone, std::string sub_zone) in XdsLocalityName() argument
62 sub_zone_(std::move(sub_zone)) {} in XdsLocalityName()
83 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/xds/
H A Dxds_client_stats.h59 XdsLocalityName(std::string region, std::string zone, std::string sub_zone) in XdsLocalityName() argument
62 sub_zone_(std::move(sub_zone)) {} in XdsLocalityName()
83 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
/dports/sysutils/istio/istio-1.6.7/install/gcp/bootstrap/
H A Dgcp_envoy_bootstrap.json12 {{ if .sub_zone }}
/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dmips64_mem.c139 m_uint32_t hash_bucket,zone,sub_zone,cca; in mips64_mts64_slow_lookup() local
166 sub_zone = (vaddr >> 29) & 0x7FF; in mips64_mts64_slow_lookup()
168 switch(sub_zone) { in mips64_mts64_slow_lookup()
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dmips64_mem.c161 m_uint32_t hash_bucket,zone,sub_zone,cca; in mips64_mts64_slow_lookup() local
190 sub_zone = (vaddr >> 29) & 0x7FF; in mips64_mts64_slow_lookup()
192 switch(sub_zone) { in mips64_mts64_slow_lookup()
/dports/sysutils/istio/istio-1.6.7/tools/packaging/common/
H A Denvoy_bootstrap_v2.json15 {{- if .sub_zone }}
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/xds/
H A Dxds_client_stats.h80 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
H A Dxds_api.cc1415 upb_strview sub_zone = envoy_api_v2_core_Locality_sub_zone(locality); in LocalityParse() local
1418 UpbStringToStdString(sub_zone)); in LocalityParse()
1771 if (!locality_name.sub_zone().empty()) { in LocalityStatsPopulate()
1773 locality, upb_strview_makez(locality_name.sub_zone().c_str())); in LocalityStatsPopulate()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/xds/
H A Dxds_client_stats.h83 const std::string& sub_zone() const { return sub_zone_; } in sub_zone() function
H A Dxds_api.cc1706 std::string sub_zone = in LocalityParse() local
1709 std::move(region), std::move(zone), std::move(sub_zone)); in LocalityParse()
1985 if (!locality_name.sub_zone().empty()) { in LocalityStatsPopulate()
1987 locality, StdStringToUpbString(locality_name.sub_zone())); in LocalityStatsPopulate()
/dports/devel/grpc134/grpc-1.34.1/src/proto/grpc/testing/xds/v3/
H A Dbase.proto43 string sub_zone = 3; field
H A Dendpoint.proto93 // Optional: Per priority/region/zone/sub_zone weight; at least 1. The load
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/lb_policy/xds/
H A Deds.cc618 if (!locality_name->sub_zone().empty()) { in CreateChildPolicyConfigLocked()
619 locality_name_json["subzone"] = locality_name->sub_zone(); in CreateChildPolicyConfigLocked()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_channel/lb_policy/xds/
H A Deds.cc578 if (!locality_name->sub_zone().empty()) { in CreateChildPolicyConfigLocked()
579 locality_name_json["subzone"] = locality_name->sub_zone(); in CreateChildPolicyConfigLocked()
/dports/devel/grpc/grpc-1.42.0/src/proto/grpc/testing/xds/v3/
H A Dbase.proto44 string sub_zone = 3; field
H A Dendpoint.proto104 // Optional: Per priority/region/zone/sub_zone weight; at least 1. The load
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dxds_cluster_resolver.cc849 if (!locality_name->sub_zone().empty()) { in CreateChildPolicyConfigLocked()
850 locality_name_json["sub_zone"] = locality_name->sub_zone(); in CreateChildPolicyConfigLocked()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dxds_cluster_resolver.cc893 if (!locality_name->sub_zone().empty()) { in CreateChildPolicyConfigLocked()
894 locality_name_json["sub_zone"] = locality_name->sub_zone(); in CreateChildPolicyConfigLocked()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dxds_cluster_resolver.cc893 if (!locality_name->sub_zone().empty()) { in CreateChildPolicyConfigLocked()
894 locality_name_json["sub_zone"] = locality_name->sub_zone(); in CreateChildPolicyConfigLocked()
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/
H A Drun_xds_tests.py2299 sub_zone = xds_config["endpoint_config"][
2302 if args.zone not in sub_zone:
2304 sub_zone)
2341 sub_zone)
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dxds_end2end_test.cc316 locality_stats_.emplace(input_locality_stats.locality().sub_zone(), in ClientStats()
386 Locality(const grpc::string& sub_zone, std::vector<int> ports, in Locality()
390 : sub_zone(std::move(sub_zone)),
396 const grpc::string sub_zone; member
757 endpoints->mutable_locality()->set_sub_zone(locality.sub_zone); in BuildEdsResource()
/dports/devel/grpc/grpc-1.42.0/src/proto/grpc/testing/xds/
H A Deds_for_test.proto68 string sub_zone = 3; field
383 // Optional: Per priority/region/zone/sub_zone weight - range 1-128. The load
/dports/devel/grpc134/grpc-1.34.1/src/proto/grpc/testing/xds/
H A Deds_for_test.proto68 string sub_zone = 3; field
383 // Optional: Per priority/region/zone/sub_zone weight - range 1-128. The load
/dports/devel/grpc130/grpc-1.30.2/src/proto/grpc/testing/xds/
H A Deds_for_test.proto125 string sub_zone = 3; field
440 // Optional: Per priority/region/zone/sub_zone weight - range 1-128. The load

12