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

/haiku/headers/os/support/
H A DObjectList.h228 T* BinaryInsertCopy(const T& copyThis,
230 T* BinaryInsertCopy(const T& copyThis,
236 T* BinaryInsertCopyUnique(const T& copyThis,
238 T* BinaryInsertCopyUnique(const T& copyThis,
840 BObjectList<T>::BinaryInsertCopy(const T& copyThis, CompareFunction func) argument
842 int32 index = _PointerList_::BinarySearchIndex(&copyThis,
850 T* newItem = new (std::nothrow) T(copyThis);
858 BObjectList<T>::BinaryInsertCopy(const T& copyThis, argument
861 int32 index = _PointerList_::BinarySearchIndex(&copyThis,
869 T* newItem = new (std::nothrow) T(copyThis);
877 BinaryInsertCopyUnique(const T& copyThis, CompareFunction func) argument
893 BinaryInsertCopyUnique(const T& copyThis, CompareFunctionWithState func, void* state) argument
[all...]
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp537 QueryEntryListCollection::FetchOneQuery(const BQuery* copyThis,
547 const_cast<BQuery*>(copyThis)->GetPredicate(&buffer);

Completed in 44 milliseconds