Searched refs:RandomEarlyDetection (Results 1 – 9 of 9) sorted by relevance
26 RandomEarlyDetection red(100, 200); in TEST()33 RandomEarlyDetection red(100, 200); in TEST()51 TEST(RandomEarlyDetection, MustRejectWorks) { in TEST() argument52 RandomEarlyDetection red(100, 200); in TEST()
30 class RandomEarlyDetection {32 RandomEarlyDetection() : soft_limit_(INT_MAX), hard_limit_(INT_MAX) {} in RandomEarlyDetection() function33 RandomEarlyDetection(uint64_t soft_limit, uint64_t hard_limit) in RandomEarlyDetection() function
21 bool RandomEarlyDetection::Reject(uint64_t size) { in Reject()
23 bool RandomEarlyDetection::Reject(uint64_t size, absl::BitGenRef bitsrc) const { in Reject()
244 RandomEarlyDetection metadata_early_detection;
668 grpc_core::RandomEarlyDetection( in init_header_frame_parser()
242 RandomEarlyDetection metadata_early_detection;
492 RandomEarlyDetection pending_backlog_protector_ ABSL_GUARDED_BY(mu_call_){ in ABSL_GUARDED_BY()