Lines Matching refs:LocRankable
55 LocTimerDelegate - an internal timer entity, which also is a LocRankable obj.
62 is also a LocRankable obj, and LocTimerContainer also is a
66 LocHeap) for LocTimerDelegate (implements LocRankable) objs.
172 // This class implements LocRankable::ranks() so that when an obj is added into
174 class LocTimerDelegate : public LocRankable {
181 // not a complete obj, just ctor for LocRankable comparisons
188 // LocRankable virtual method
189 virtual int ranks(LocRankable& rankable);
320 mTimerContainer->push((LocRankable&)(*mTimer));
340 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer)) {
505 int LocTimerDelegate::ranks(LocRankable& rankable) {
654 class LocTimerTest : public LocTimer, public LocRankable {
664 inline LocTimerTest(int timeout) : LocTimer(), LocRankable(),
666 inline virtual int ranks(LocRankable& rankable) {