Searched refs:IncreaseSumAndCount (Results 1 – 5 of 5) sorted by relevance
193 IncreaseSumAndCount(other.sum(), other.redundant_count()); in Add()206 IncreaseSumAndCount(sum, redundant_count); in AddFromPickle()213 IncreaseSumAndCount(-other.sum(), -other.redundant_count()); in Subtract()240 IncreaseSumAndCount(strict_cast<int64_t>(value) * count, count); in AccumulateSingleSample()246 void HistogramSamples::IncreaseSumAndCount(int64_t sum, in IncreaseSumAndCount() function in base::HistogramSamples
90 IncreaseSumAndCount(strict_cast<int64_t>(count) * value, count); in Accumulate()
188 void IncreaseSumAndCount(int64_t sum, HistogramBase::Count count);
130 IncreaseSumAndCount(strict_cast<int64_t>(count) * value, count); in Accumulate()
60 IncreaseSumAndCount(strict_cast<int64_t>(count) * value, count); in Accumulate()