Searched refs:DOUBLY_LINKED_QUEUE_CLASS_NAME (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h23 #define DOUBLY_LINKED_QUEUE_CLASS_NAME DoublyLinkedQueue<Element, GetLink> macro
148 inline void MoveFrom(DOUBLY_LINKED_QUEUE_CLASS_NAME *fromList);
179 DOUBLY_LINKED_QUEUE_CLASS_NAME::Insert(Element *element)
194 DOUBLY_LINKED_QUEUE_CLASS_NAME::InsertBefore(Element *before, Element *element)
219 DOUBLY_LINKED_QUEUE_CLASS_NAME::Add(Element *element)
227 DOUBLY_LINKED_QUEUE_CLASS_NAME::Remove(Element *element)
252 DOUBLY_LINKED_QUEUE_CLASS_NAME::Swap(Element *a, Element *b)
287 DOUBLY_LINKED_QUEUE_CLASS_NAME::MoveFrom(DOUBLY_LINKED_QUEUE_CLASS_NAME *fromList)
307 DOUBLY_LINKED_QUEUE_CLASS_NAME
[all...]

Completed in 37 milliseconds