/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
D | remove_if.pass.cpp | 34 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/ |
D | remove_if.pass.cpp | 31 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/ |
D | remove_if.pass.cpp | 33 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/ |
D | remove_if.hpp | 79 BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(3, remove_if)
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bind_test.cpp | 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
|
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 | rm_cp_test.cpp | 205 remove_if((int*)numbers, (int*)numbers + 6, odd); in remif1()
|
/ndk/tests/device/test-stlport/unit/ |
D | bind_test.cpp | 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
|
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 | rm_cp_test.cpp | 205 remove_if((int*)numbers, (int*)numbers + 6, odd); in remif1()
|
/ndk/sources/cxx-stl/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()
|
/ndk/sources/cxx-stl/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
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | forward_list | 126 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)
|
D | list | 135 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)
|
D | algorithm | 240 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.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) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 568 …typedef typename mpl::remove_if<result_list, detail::is_default_policy<mpl::_> >::type reduced_lis…
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 171 $(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/ |
D | Android.mk | 162 $(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)
|