Searched refs:LocHeap (Results 1 – 8 of 8) sorted by relevance
32 friend class LocHeap;222 LocHeap::~LocHeap() { in ~LocHeap()228 void LocHeap::push(LocRankable& node) { in push()237 LocRankable* LocHeap::peek() { in peek()245 LocRankable* LocHeap::pop() { in pop()256 LocRankable* LocHeap::remove(LocRankable& rankable) { in remove()270 bool LocHeap::checkTree() { in checkTree()273 uint32_t LocHeap::getTreeSize() { in getTreeSize()284 class LocHeapDebug : public LocHeap {
59 class LocHeap {63 inline LocHeap() : mTree(NULL) {} in LocHeap() function64 ~LocHeap();
22 LocHeap.cpp \51 LocHeap.h \
92 class LocTimerContainer : public LocHeap {339 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer)) { in remove()