Searched refs:remove_if (Results 1 – 13 of 13) sorted by relevance
/external/stlport/test/unit/ |
D | ptrspec_test.cpp | 151 pint_list.remove_if(unary_pred<int>()); in ptr_specialization_test() 152 pcint_list.remove_if(unary_pred<int const>()); in ptr_specialization_test()
|
D | bind_test.cpp | 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
|
D | rm_cp_test.cpp | 205 remove_if((int*)numbers, (int*)numbers + 6, odd); in remif1()
|
/external/chromium/net/base/ |
D | data_url.cc | 84 temp_data.erase(std::remove_if(temp_data.begin(), temp_data.end(), in Parse()
|
/external/stlport/stlport/stl/pointers/ |
D | _list.h | 310 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.h | 390 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/ |
D | http_auth_cache.cc | 132 paths_.remove_if(IsEnclosedBy(parent_dir)); in AddPath()
|
/external/stlport/stlport/stl/debug/ |
D | _list.h | 435 void remove_if(_Predicate __pred) { in remove_if() function
|
D | _slist.h | 551 void remove_if(_Predicate __pred) { in remove_if() function
|
/external/stlport/stlport/stl/ |
D | _list.h | 665 void remove_if(_Predicate __pred)
|
D | _algo.h | 278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in remove_if() function
|
D | _slist.h | 794 void remove_if(_Predicate __pred) {
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 7934 …* debug/_list.h : missing template versions of remove_if(), merge() added. Missing regular sort() …
|