Searched defs:remove_if (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/base/
H A Dscoped_ptr_algorithm.h13 ForwardIterator remove_if( function in namespace:cc
/external/stlport/stlport/stl/
H A D_algo.h235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
H A D_list.h665 void remove_if(_Predicate __pred) function in class:list
H A D_slist.h794 void remove_if(_Predicate __pred) { function in class:slist
/external/stlport/stlport/stl/debug/
H A D_list.h435 void remove_if(_Predicate __pred) { function in class:list
H A D_slist.h551 void remove_if(_Predicate __pred) { function in class:slist
/external/stlport/stlport/stl/pointers/
H A D_list.h310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
H A D_slist.h390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }

Completed in 213 milliseconds