Home
last modified time | relevance | path

Searched defs:remove_if (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h310 void remove_if(_Predicate __pred) in remove_if() function
D_slist.h390 void remove_if(_Predicate __pred) in remove_if() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h435 void remove_if(_Predicate __pred) { in remove_if() function
D_slist.h551 void remove_if(_Predicate __pred) { in remove_if() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in remove_if() function