Searched refs:ToLogStatisticsElement (Results 1 – 6 of 6) sorted by relevance
81 stats->Subtract(entry.ToLogStatisticsElement(log_id)); in ClearLogsByUid()156 stats_->Add(entry->ToLogStatisticsElement(log_id)); in Log()180 stats_->Subtract(entry.ToLogStatisticsElement(log_id)); in RemoveChunkFromStats()
48 LogStatisticsElement ToLogStatisticsElement() const;
51 LogStatisticsElement ToLogStatisticsElement(log_id_t log_id) const { in ToLogStatisticsElement() function
108 stats_->Add(logs_.back().ToLogStatisticsElement()); in LogInternal()309 stats_->Subtract(element.ToLogStatisticsElement()); in Prune()
209 stats()->Erase(element.ToLogStatisticsElement()); in Erase()211 stats()->Subtract(element.ToLogStatisticsElement()); in Erase()536 stats()->Drop(element.ToLogStatisticsElement()); in Prune()
101 LogStatisticsElement LogBufferElement::ToLogStatisticsElement() const { in ToLogStatisticsElement() function in LogBufferElement