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

/haiku/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/headers/os/support/
H A DObjectList.h98 int32 BinarySearchIndex(const void *, GenericCompareFunction) const;
99 int32 BinarySearchIndex(const void *, GenericCompareFunctionWithState,
199 int32 BinarySearchIndex(const T&item,
201 int32 BinarySearchIndex(const T&item,
752 BObjectList<T>::BinarySearchIndex(const T& item, CompareFunction compare) const function in class:BObjectList
754 return _PointerList_::BinarySearchIndex(&item,
761 BObjectList<T>::BinarySearchIndex(const T& item, function in class:BObjectList
764 return _PointerList_::BinarySearchIndex(&item,
775 return _PointerList_::BinarySearchIndex(&key,
784 int32 index = _PointerList_::BinarySearchIndex(ite
[all...]
/haiku/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/src/apps/showimage/
H A DImageFileNavigator.cpp285 index = fEntries.BinarySearchIndex(currentRef,
/haiku/src/kits/debugger/model/
H A DTeam.cpp410 int32 index = fBreakpoints.BinarySearchIndex(*breakpoint,
524 int32 index = fWatchpoints.BinarySearchIndex(*watchpoint,
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp149 int32 index = fFunctions.BinarySearchIndex(*function,

Completed in 202 milliseconds