Searched refs:Subtract (Results 1 – 4 of 4) sorted by relevance
183 void LogStatistics::Subtract(LogStatisticsElement element) { in Subtract() function in LogStatistics203 uidTable[log_id].Subtract(element.uid, element); in Subtract()205 pidSystemTable[log_id].Subtract(element.pid, element); in Subtract()212 pidTable.Subtract(element.pid, element); in Subtract()213 tidTable.Subtract(element.tid, element); in Subtract()218 securityTagTable.Subtract(tag, element); in Subtract()220 tagTable.Subtract(tag, element); in Subtract()224 tagNameTable.Subtract(TagNameKey(element), element); in Subtract()
161 void Subtract(const TKey& key, const LogStatisticsElement& element) { in Subtract() function163 if (it != map.end() && it->second.Subtract(element)) { in Subtract()196 bool Subtract(const LogStatisticsElement& element) { in Subtract() function495 void Subtract(LogStatisticsElement entry) EXCLUDES(lock_);
81 stats->Subtract(entry.ToLogStatisticsElement(log_id)); in ClearLogsByUid()180 stats_->Subtract(entry.ToLogStatisticsElement(log_id)); in RemoveChunkFromStats()
275 stats_->Subtract(element.ToLogStatisticsElement()); in Prune()