Home | History | Annotate | Download | only in metrics

Lines Matching refs:sum_

667       sum_(0),
687 sum_ += count * value;
690 DCHECK_GE(sum_, 0);
706 sum_ += other.sum_;
717 sum_ -= other.sum_;
726 pickle->WriteInt64(sum_);
739 DCHECK_EQ(sum_, 0);
744 if (!pickle.ReadInt64(iter, &sum_) ||