Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_samples.cc94 HistogramBase::Count old_redundant_count = in Add() local
97 old_redundant_count + other.redundant_count()); in Add()
111 HistogramBase::Count old_redundant_count = in AddFromPickle() local
114 old_redundant_count + redundant_count); in AddFromPickle()
123 HistogramBase::Count old_redundant_count = in Subtract() local
126 old_redundant_count - other.redundant_count()); in Subtract()