Searched refs:TimerHeapLessThanFunction (Results 1 – 2 of 2) sorted by relevance
166 class TimerHeapLessThanFunction { class171 inline bool TimerHeapLessThanFunction::operator()(const TimerBase* a, const TimerBase* b) const in operator ()()258 …eapIterator(heapData), TimerHeapIterator(heapData + m_heapIndex + 1), TimerHeapLessThanFunction()); in heapDecreaseKey()309 …merHeapIterator(heapData), TimerHeapIterator(heapData + heap.size()), TimerHeapLessThanFunction()); in heapPopMin()319 TimerHeapLessThanFunction compareHeapPosition; in parentHeapPropertyHolds()327 TimerHeapLessThanFunction compareHeapPosition; in childHeapPropertyHolds()
114 friend class TimerHeapLessThanFunction; variable