Searched defs:redundant_count (Results 1 - 2 of 2) sorted by path

/external/chromium_org/base/metrics/
H A Dhistogram_samples.cc70 old_redundant_count + other.redundant_count());
77 HistogramBase::Count redundant_count; local
79 if (!iter->ReadInt64(&sum) || !iter->ReadInt(&redundant_count))
85 old_redundant_count + redundant_count);
96 old_redundant_count - other.redundant_count());
H A Dhistogram_samples.h42 HistogramBase::Count redundant_count() const { function in class:base::HistogramSamples

Completed in 2032 milliseconds