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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h57 #define SL_LIST_CLASS_NAME SLList<Element, GetLink> macro
177 inline void MoveFrom(SL_LIST_CLASS_NAME *fromList);
218 SL_LIST_CLASS_NAME::Insert(Element *element, bool back)
226 SL_LIST_CLASS_NAME::InsertAfter(Element *previous, Element *element)
250 SL_LIST_CLASS_NAME::Remove(Element *element)
266 SL_LIST_CLASS_NAME::MoveFrom(SL_LIST_CLASS_NAME *fromList)
284 SL_LIST_CLASS_NAME::RemoveAll()
299 SL_LIST_CLASS_NAME::GetNext(Element *element) const
307 SL_LIST_CLASS_NAME
[all...]

Completed in 35 milliseconds