Home
last modified time | relevance | path

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

/external/grpc-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
/external/rust/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
/external/grpc-grpc/test/core/backoff/
Drandom_early_detection_test.cc51 TEST(RandomEarlyDetection, MustRejectWorks) { in TEST() argument