Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
Dremove_if.pass.cpp34 c1.remove_if(g); in main()
43 c1.remove_if(g); in main()
53 c1.remove_if(g); in main()
61 c1.remove_if(g); in main()
71 c1.remove_if(g); in main()
82 c1.remove_if(g); in main()
91 c1.remove_if(g); in main()
101 c1.remove_if(g); in main()
109 c1.remove_if(g); in main()
119 c1.remove_if(g); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/
Dremove_if.pass.cpp31 c.remove_if(g); in main()
39 c.remove_if(g); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Dremove_if.pass.cpp33 int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2)); in test()
65 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred()); in test1()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dremove_if.hpp79 BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(3, remove_if)
/ndk/tests/device/test-gnustl-full/unit/
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
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()
Drm_cp_test.cpp205 remove_if((int*)numbers, (int*)numbers + 6, odd); in remif1()
/ndk/tests/device/test-stlport/unit/
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
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()
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/llvm-libc++/libcxx/include/
Dforward_list126 template <class Predicate> void remove_if(Predicate pred);
741 template <class _Predicate> void remove_if(_Predicate __pred);
1445 forward_list<_Tp, _Alloc>::remove_if(_Predicate __pred)
Dlist135 template <class Pred> void remove_if(Pred pred);
1028 template <class _Pred> void remove_if(_Pred __pred);
2058 list<_Tp, _Alloc>::remove_if(_Pred __pred)
Dalgorithm240 remove_if(ForwardIterator first, ForwardIterator last, Predicate pred);
2121 // remove_if
2125 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)
/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) {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp568 …typedef typename mpl::remove_if<result_list, detail::is_default_policy<mpl::_> >::type reduced_lis…
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk171 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_if)
782 $(call gen-test, containers/sequences/forwardlist/forwardlist.ops/remove_if)
857 $(call gen-test, containers/sequences/list/list.ops/remove_if)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk162 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_if)
773 $(call gen-test, containers/sequences/forwardlist/forwardlist.ops/remove_if)
848 $(call gen-test, containers/sequences/list/list.ops/remove_if)