Lines Matching refs:HistogramBase
47 const std::vector<HistogramBase*>& histograms,
48 HistogramBase::Flags flags_to_set,
49 HistogramBase::Flags required_flags) {
50 for (HistogramBase* const histogram : histograms) {
57 void HistogramSnapshotManager::PrepareDelta(HistogramBase* histogram) {
63 const HistogramBase* histogram) {
69 const HistogramBase* histogram,
86 if (HistogramBase::BUCKET_ORDER_ERROR & corruption) {
94 CHECK_NE(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);
103 CHECK_EQ(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);