Searched refs:IsHighPriority (Results 1 – 3 of 3) sorted by relevance
51 bool IsHighPriority(LogBufferElement* element) const;
185 bool PruneList::IsHighPriority(LogBufferElement* element) const { in IsHighPriority() function in PruneList
471 if (check_high_priority && prune_->IsHighPriority(&element)) { in Prune()