Home
last modified time | relevance | path

Searched refs:GetCountAndBucketData (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dhistogram_base.cc150 GetCountAndBucketData(&count, &sum, buckets.get()); in WriteJSON()
182 void HistogramBase::GetCountAndBucketData(Count* count, in GetCountAndBucketData() function in base::HistogramBase
H A Dsparse_histogram_unittest.cc85 void GetCountAndBucketData(SparseHistogram* histogram, in GetCountAndBucketData() function in base::SparseHistogramTest
91 histogram->GetCountAndBucketData(count, sum, buckets); in GetCountAndBucketData()
411 GetCountAndBucketData(histogram.get(), &total_count, &sum, &buckets); in TEST_P()
H A Dhistogram_base.h280 void GetCountAndBucketData(Count* count,
H A Dhistogram_unittest.cc104 void GetCountAndBucketData(Histogram* histogram, in GetCountAndBucketData() function in base::HistogramTest
110 histogram->GetCountAndBucketData(count, sum, buckets); in GetCountAndBucketData()
931 GetCountAndBucketData(histogram, &total_count, &sum, &buckets); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Ddummy_histogram.h46 void GetCountAndBucketData(Count* count, in GetCountAndBucketData() function
H A Dsparse_histogram.h78 void GetCountAndBucketData(Count* count,
H A Dhistogram_base.h260 virtual void GetCountAndBucketData(Count* count,
H A Dhistogram_base.cc149 GetCountAndBucketData(&count, &sum, buckets.get()); in WriteJSON()
H A Dsparse_histogram.cc240 void SparseHistogram::GetCountAndBucketData(Count* count, in GetCountAndBucketData() function in base::SparseHistogram
H A Dhistogram.h319 void GetCountAndBucketData(Count* count,
H A Dhistogram.cc825 void Histogram::GetCountAndBucketData(Count* count, in GetCountAndBucketData() function in base::Histogram