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

/haiku/headers/private/kernel/util/
H A DHeap.h18 struct HeapLink { struct
19 HeapLink();
28 typedef HeapLink<Element, Key> Link;
40 typedef HeapLink<Element, Key> Link;
47 HeapLink<Element, Key> Element::*LinkMember>
50 typedef HeapLink<Element, Key> Link;
93 void _MoveUp(HeapLink<Element, Key>* link);
94 void _MoveDown(HeapLink<Element, Key>* link);
107 HeapLink<Element, Key>::HeapLink() function in class:HeapLink
114 HeapLink<Element, Key>::HeapLink() function in class:HeapLink
[all...]

Completed in 31 milliseconds