Searched refs:remove_if (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dalgo.h55 using __STD::remove_if;
H A Dstl_list.h505 template <class _Predicate> void remove_if(_Predicate);
754 void list<_Tp, _Alloc>::remove_if(_Predicate __pred) function in class:list
H A Dstl_slist.h671 void remove_if(_Predicate __pred);
863 void slist<_Tp,_Alloc>::remove_if(_Predicate __pred) function in class:slist
H A Dstl_algo.h516 // remove, remove_if, remove_copy, remove_copy_if
550 _ForwardIter remove_if(_ForwardIter __first, _ForwardIter __last, function
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp237 fControlQueue.remove_if([&identifier](auto& request) {
563 fControlQueue.remove_if([this, &requests](auto& request) {

Completed in 44 milliseconds