Searched refs:IsLowPriority (Results 1 – 3 of 3) sorted by relevance
52 bool IsLowPriority(LogBufferElement* element) const;
194 bool PruneList::IsLowPriority(LogBufferElement* element) const { in IsLowPriority() function in PruneList
585 if (check_low_priority && !element.dropped_count() && prune_->IsLowPriority(&element)) { in Prune()