Home
last modified time | relevance | path

Searched defs:hash_policy (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_outlier_detection_end2end_test.cc77 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
137 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
240 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
300 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
360 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
421 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
484 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
551 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
650 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
711 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
[all …]
H A Dxds_ring_hash_end2end_test.cc140 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
206 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
274 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
336 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
364 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
415 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
542 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
577 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
733 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
771 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
[all …]
H A Dxds_cluster_type_end2end_test.cc218 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
293 auto* hash_policy = route->mutable_route()->add_hash_policy(); in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_route_config.cc234 for (const HashPolicy& hash_policy : hash_policies) { in ToString() local
783 const auto* hash_policy = hash_policies[i]; in RouteActionParse() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_route_config.cc233 for (const HashPolicy& hash_policy : hash_policies) { in ToString() local
797 const auto* hash_policy = hash_policies[i]; in RouteActionParse() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto353 repeated HashPolicy hash_policy = 15; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
H A Droute.proto353 repeated HashPolicy hash_policy = 15; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/route/
H A Droute_components.proto965 repeated HashPolicy hash_policy = 15; field
/aosp_15_r20/external/grpc-grpc/src/core/resolver/xds/
H A Dxds_resolver.cc762 for (const auto& hash_policy : route_action->hash_policies) { in GetCallConfig() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc816 for (const auto& hash_policy : route_action->hash_policies) { in GetCallConfig() local
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/
H A Droute_components.proto1281 repeated HashPolicy hash_policy = 15; field