Lines Matching refs:RUN_QUEUE_CLASS_NAME
55 #define RUN_QUEUE_CLASS_NAME RunQueue<Element, MaxPriority, GetLink> macro
77 const RUN_QUEUE_CLASS_NAME* fList;
153 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator() in ConstIterator()
161 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator(const RunQueue<Element, in ConstIterator()
171 typename RUN_QUEUE_CLASS_NAME::ConstIterator&
172 RUN_QUEUE_CLASS_NAME::ConstIterator::operator=(const ConstIterator& other)
184 RUN_QUEUE_CLASS_NAME::ConstIterator::HasNext() const in HasNext()
192 RUN_QUEUE_CLASS_NAME::ConstIterator::Next() in Next()
209 RUN_QUEUE_CLASS_NAME::ConstIterator::Rewind() in Rewind()
222 RUN_QUEUE_CLASS_NAME::ConstIterator::_FindNextPriority() in _FindNextPriority()
235 RUN_QUEUE_CLASS_NAME::RunQueue() in RunQueue()
247 RUN_QUEUE_CLASS_NAME::GetInitStatus() in GetInitStatus()
255 RUN_QUEUE_CLASS_NAME::PeekMaximum() const in PeekMaximum()
279 RUN_QUEUE_CLASS_NAME::PushFront(Element* element, in PushFront()
308 RUN_QUEUE_CLASS_NAME::PushBack(Element* element, in PushBack()
337 RUN_QUEUE_CLASS_NAME::Remove(Element* element) in Remove()
372 RUN_QUEUE_CLASS_NAME::GetHead(unsigned int priority) const in GetHead()
382 typename RUN_QUEUE_CLASS_NAME::ConstIterator
383 RUN_QUEUE_CLASS_NAME::GetConstIterator() const in GetConstIterator()
390 GetLink RUN_QUEUE_CLASS_NAME::sGetLink;
393 GetLink RUN_QUEUE_CLASS_NAME::ConstIterator::sGetLink;