Searched refs:find_if (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/app/ |
H A D | LooperList.cpp | 64 = find_if(fData.begin(), fData.end(), EmptySlotPred); in AddLooper() 82 return find_if(fData.begin(), fData.end(), in IsLooperValid() 93 LooperDataIterator i = find_if(fData.begin(), fData.end(), in RemoveLooper() 148 = find_if(fData.begin(), fData.end(), FindThreadPred(thread)); in LooperForThread() 164 = find_if(fData.begin(), fData.end(), FindNamePred(name)); in LooperForName() 180 = find_if(fData.begin(), fData.end(), FindPortPred(port)); in LooperForPort()
|
/haiku/src/apps/cortex/NodeManager/ |
H A D | NodeRef.cpp | 745 it = find_if( in findInput() 760 it = find_if( in findInput() 786 it = find_if( in findOutput() 801 it = find_if( in findOutput() 890 it = find_if( in findFreeInput() 917 it = find_if( in findFreeInput() 943 it = find_if( in findFreeOutput() 969 it = find_if( in findFreeOutput()
|
/haiku/headers/cpp/ |
H A D | algo.h | 40 using __STD::find_if;
|
H A D | stl_algo.h | 100 inline _InputIter find_if(_InputIter __first, _InputIter __last, in find_if() function 150 _RandomAccessIter find_if(_RandomAccessIter __first, _RandomAccessIter __last, in find_if() function 197 inline _InputIter find_if(_InputIter __first, _InputIter __last, in find_if() function 199 return find_if(__first, __last, __pred, __ITERATOR_CATEGORY(__first)); in find_if() 552 __first = find_if(__first, __last, __pred); in remove_if()
|
/haiku/src/apps/cortex/TipManager/ |
H A D | TipManagerImpl.cpp | 113 find_if( in add() 179 find_if( in remove() 239 find_if( in remove()
|
/haiku/src/kits/tracker/ |
H A D | FavoritesMenu.cpp | 271 if (find_if(fUniqueRefCheck.begin(), fUniqueRefCheck.end(), in AddNextItem()
|