HomeSort by relevance Sort by last modified time
    Searched refs:sample_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/metrics/
histogram.cc 132 sample_.Add(sample);
368 *sample = sample_;
399 sample_() {
412 sample_() {
521 sample_.Accumulate(value, count, index);
548 sample_.Resize(*this);
    [all...]
histogram_unittest.cc 335 EXPECT_EQ(0, histogram->sample_.redundant_count());
338 EXPECT_EQ(2, histogram->sample_.redundant_count());
histogram.h 575 SampleSet sample_; member in class:base::Histogram

Completed in 35 milliseconds