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

/haiku/src/kits/support/
H A DPointerList.cpp62 void HSortItems(BList *list);
141 AbstractPointerListHelper::HSortItems(BList *list) function in class:AbstractPointerListHelper
303 _PointerList_::HSortItems(GenericCompareFunction compareFunc) function in class:_PointerList_
306 helper.HSortItems(this);
311 _PointerList_::HSortItems(GenericCompareFunctionWithState compareFunc, function in class:_PointerList_
315 helper.HSortItems(this);
/haiku/headers/os/support/
H A DObjectList.h91 void HSortItems(GenericCompareFunction);
92 void HSortItems(GenericCompareFunctionWithState, void *state);
175 void HSortItems(CompareFunction);
176 void HSortItems(CompareFunctionWithState,
696 BObjectList<T>::HSortItems(CompareFunction function) function in class:BObjectList
698 _PointerList_::HSortItems((GenericCompareFunction)function);
704 BObjectList<T>::HSortItems(CompareFunctionWithState function, void* state) function in class:BObjectList
706 _PointerList_::HSortItems((GenericCompareFunctionWithState)function, state);
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp255 // HSortItems seems to put the first item at the end of the list
257 clone.HSortItems(Item::Compare);
308 // HSortItems seems to put the first item at the end of the list
310 watch = new BStopWatch("HSortItems");
311 clone.HSortItems(Compare, gData);
481 // list.HSortItems(NULL);
482 // list.HSortItems(NULL, NULL);

Completed in 82 milliseconds