Home
last modified time | relevance | path

Searched refs:long_tail_boundary_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/numerics/
Dhistogram_percentile_counter.cc22 long_tail_boundary_(long_tail_boundary),
29 for (uint32_t value = 0; value < other.long_tail_boundary_; ++value) { in Add()
38 if (value < long_tail_boundary_) { in Add()
62 for (uint32_t value = 0; value < long_tail_boundary_; ++value) { in GetPercentile()
Dhistogram_percentile_counter.h40 const uint32_t long_tail_boundary_; variable