Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/backoff/
H A Drandom_early_detection.h32 RandomEarlyDetection() : soft_limit_(INT_MAX), hard_limit_(INT_MAX) {} in RandomEarlyDetection() function
33 RandomEarlyDetection(uint64_t soft_limit, uint64_t hard_limit) in RandomEarlyDetection() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/backoff/
Drandom_early_detection.h32 RandomEarlyDetection() : soft_limit_(INT_MAX), hard_limit_(INT_MAX) {} in RandomEarlyDetection() function
33 RandomEarlyDetection(uint64_t soft_limit, uint64_t hard_limit) in RandomEarlyDetection() function
/aosp_15_r20/external/grpc-grpc/test/core/backoff/
H A Drandom_early_detection_test.cc51 TEST(RandomEarlyDetection, MustRejectWorks) { in TEST() argument