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

/haiku-fatelf/src/kits/support/
H A DPointerList.cpp48 int32 BinarySearchIndex(const void *key, const BList *list);
114 AbstractPointerListHelper::BinarySearchIndex(const void *key, const BList *list) function in class:AbstractPointerListHelper
338 _PointerList_::BinarySearchIndex(const void *key, function in class:_PointerList_
342 return helper.BinarySearchIndex(key, this);
347 _PointerList_::BinarySearchIndex(const void *key, function in class:_PointerList_
351 return helper.BinarySearchIndex(key, this);
360 return helper.BinarySearchIndex(key, this);
/haiku-fatelf/headers/os/support/
H A DObjectList.h97 int32 BinarySearchIndex(const void *, GenericCompareFunction) const;
98 int32 BinarySearchIndex(const void *, GenericCompareFunctionWithState,
199 int32 BinarySearchIndex(const T&item,
201 int32 BinarySearchIndex(const T&item,
749 BObjectList<T>::BinarySearchIndex(const T& item, CompareFunction compare) const function in class:BObjectList
751 return _PointerList_::BinarySearchIndex(&item,
758 BObjectList<T>::BinarySearchIndex(const T& item, function in class:BObjectList
761 return _PointerList_::BinarySearchIndex(&item,
772 return _PointerList_::BinarySearchIndex(&key,
781 int32 index = _PointerList_::BinarySearchIndex(ite
[all...]
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp420 searchIndex = list.BinarySearchIndex(item, Item::Compare);
423 searchIndex = list.BinarySearchIndex(item, ::Compare, gData);
430 searchIndex = list.BinarySearchIndex(&notInListLow, Item::Compare);
433 searchIndex = list.BinarySearchIndex(&notInListLow, ::Compare, gData);
441 searchIndex = list.BinarySearchIndex(&notInListHigh, Item::Compare);
444 searchIndex = list.BinarySearchIndex(&notInListHigh, ::Compare, gData);
460 int index = list.BinarySearchIndex(&notInList, Item::Compare);
463 index = list.BinarySearchIndex(&notInList, ::Compare, gData);
485 // list.BinarySearchIndex(NULL, NULL);
486 // list.BinarySearchIndex(NUL
[all...]
/haiku-fatelf/src/apps/debugger/model/
H A DTeam.cpp290 int32 index = fBreakpoints.BinarySearchIndex(*breakpoint,
404 int32 index = fWatchpoints.BinarySearchIndex(*watchpoint,
/haiku-fatelf/src/apps/showimage/
H A DImageFileNavigator.cpp292 index = fEntries.BinarySearchIndex(currentRef,
/haiku-fatelf/src/apps/debugger/debug_info/
H A DTeamDebugInfo.cpp148 int32 index = fFunctions.BinarySearchIndex(*function,

Completed in 94 milliseconds