Searched refs:m_heapIndex (Results 1 – 2 of 2) sorted by relevance
83 timer->m_heapIndex = &m_reference - heap.data(); in operator =()190 , m_heapIndex(-1) in TimerBase()238 ASSERT(m_heapIndex >= 0); in checkHeapIndex()239 ASSERT(m_heapIndex < static_cast<int>(timerHeap().size())); in checkHeapIndex()240 ASSERT(timerHeap()[m_heapIndex] == this); in checkHeapIndex()256 …push_heap(TimerHeapIterator(heapData), TimerHeapIterator(heapData + m_heapIndex + 1), TimerHeapLes… in heapDecreaseKey()265 m_heapIndex = -1; in heapDelete()273 m_heapIndex = -1; in heapDeleteMin()287 m_heapIndex = timerHeap().size() - 1; in heapInsert()338 if (!parentHeapPropertyHolds(this, heap, m_heapIndex)) in hasValidHeapPosition()[all …]
84 bool inHeap() const { return m_heapIndex != -1; } in inHeap()102 int m_heapIndex; // -1 if not in heap variable