Home
last modified time | relevance | path

Searched defs:backend_index (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_override_host_end2end_test.cc129 grpc_core::DebugLocation debug_location, size_t backend_index, in GetCookiesForBackend()
167 grpc_core::DebugLocation debug_location, size_t backend_index, in GetAffinityCookieHeaderForBackend()
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/weighted_round_robin/
H A Dstatic_stride_scheduler.cc172 const uint64_t backend_index = sequence % weights_.size(); in Pick() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/
Dstatic_stride_scheduler.cc172 const uint64_t backend_index = sequence % weights_.size(); in Pick() local