Searched refs:min_stale_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Drollingaccumulator.h50 min_stale_ = false;
63 min_stale_ = true;
79 min_stale_ = false;
110 if (min_stale_) {
112 "It shouldn't be possible for min_stale_ && count_ == 0");
117 min_stale_ = false;
164 mutable bool min_stale_; member in class:rtc::RollingAccumulator

Completed in 2031 milliseconds