Home
last modified time | relevance | path

Searched refs:remove_if (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dptrspec_test.cpp151 pint_list.remove_if(unary_pred<int>()); in ptr_specialization_test()
152 pcint_list.remove_if(unary_pred<int const>()); in ptr_specialization_test()
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
Drm_cp_test.cpp205 remove_if((int*)numbers, (int*)numbers + 6, odd); in remif1()
/ndk/tests/device/test-stlport/unit/
Dptrspec_test.cpp151 pint_list.remove_if(unary_pred<int>()); in ptr_specialization_test()
152 pcint_list.remove_if(unary_pred<int const>()); in ptr_specialization_test()
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
Drm_cp_test.cpp205 remove_if((int*)numbers, (int*)numbers + 6, odd); in remif1()
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h310 void remove_if(_Predicate __pred) in remove_if() function
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); } in remove_if()
D_slist.h390 void remove_if(_Predicate __pred) in remove_if() function
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); } in remove_if()
/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_list.h665 void remove_if(_Predicate __pred)
D_algo.h278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in remove_if() function
D_slist.h794 void remove_if(_Predicate __pred) {