Home
last modified time | relevance | path

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

/external/stlport/test/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()
/external/chromium/net/base/
Ddata_url.cc84 temp_data.erase(std::remove_if(temp_data.begin(), temp_data.end(), in Parse()
/external/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()
/external/chromium/net/http/
Dhttp_auth_cache.cc132 paths_.remove_if(IsEnclosedBy(parent_dir)); in AddPath()
/external/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
/external/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) {
/external/stlport/etc/
DChangeLog-5.17934 …* debug/_list.h : missing template versions of remove_if(), merge() added. Missing regular sort() …