Home | History | Annotate | Download | only in utils

Lines Matching refs:LocRankable

56 LocTimerDelegate - an internal timer entity, which also is a LocRankable obj.
63 is also a LocRankable obj, and LocTimerContainer also is a
67 LocHeap) for LocTimerDelegate (implements LocRankable) objs.
173 // This class implements LocRankable::ranks() so that when an obj is added into
175 class LocTimerDelegate : public LocRankable {
182 // not a complete obj, just ctor for LocRankable comparisons
189 // LocRankable virtual method
190 virtual int ranks(LocRankable& rankable);
320 mTimerContainer->push((LocRankable&)(*mTimer));
340 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer)) {
506 int LocTimerDelegate::ranks(LocRankable& rankable) {
665 class LocTimerTest : public LocTimer, public LocRankable {
675 inline LocTimerTest(int timeout) : LocTimer(), LocRankable(),
677 inline virtual int ranks(LocRankable& rankable) {