Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc67 class RoundRobin : public LoadBalancingPolicy { class
246 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon7b81cfa10111::RoundRobin
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/round_robin/
H A Dround_robin.cc62 class RoundRobin final : public LoadBalancingPolicy { class
207 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon9bda769c0111::RoundRobin
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
H A Dround_robin.proto27 message RoundRobin { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dround_robin.proto27 message RoundRobin { message
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/load_balancing_policies/round_robin/v3/
H A Dround_robin.proto21 message RoundRobin { message
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DInterferenceCache.h149 unsigned RoundRobin = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterferenceCache.h151 unsigned RoundRobin = 0; variable
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DInterferenceCache.h143 unsigned RoundRobin; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_write_blocked_list_test.cc317 TEST_P(QuicWriteBlockedListParameterizedTest, RoundRobin) { in TEST_P() argument
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_lb_policy_registry_test.cc118 TEST(RoundRobin, Basic) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs69 RoundRobin, enumerator