Searched refs:remove_if (Results 1 - 25 of 74) sorted by relevance

123

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp12 // template <class Pred> void remove_if(Pred pred);
31 c.remove_if(g);
39 c.remove_if(g);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp12 // template <class Predicate> void remove_if(Predicate pred);
34 c1.remove_if(g);
43 c1.remove_if(g);
53 c1.remove_if(g);
61 c1.remove_if(g);
71 c1.remove_if(g);
82 c1.remove_if(g);
91 c1.remove_if(g);
101 c1.remove_if(g);
109 c1.remove_if(
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp12 // template <class Pred> void remove_if(Pred pred);
40 c.remove_if(std::ref(cp));
49 c.remove_if(std::ref(cp));
59 c.remove_if(std::ref(cp));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp12 // template <class Pred> void remove_if(Pred pred);
40 c.remove_if(std::ref(cp));
49 c.remove_if(std::ref(cp));
59 c.remove_if(std::ref(cp));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp12 // template <class Predicate> void remove_if(Predicate pred);
38 c1.remove_if(std::ref(cp));
50 c1.remove_if(std::ref(cp));
63 c1.remove_if(std::ref(cp));
74 c1.remove_if(std::ref(cp));
87 c1.remove_if(std::ref(cp));
101 c1.remove_if(std::ref(cp));
113 c1.remove_if(std::ref(cp));
126 c1.remove_if(std::ref(cp));
137 c1.remove_if(st
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp12 // template <class Predicate> void remove_if(Predicate pred);
38 c1.remove_if(std::ref(cp));
50 c1.remove_if(std::ref(cp));
63 c1.remove_if(std::ref(cp));
74 c1.remove_if(std::ref(cp));
87 c1.remove_if(std::ref(cp));
101 c1.remove_if(std::ref(cp));
113 c1.remove_if(std::ref(cp));
126 c1.remove_if(std::ref(cp));
137 c1.remove_if(st
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp16 // remove_if(Iter first, Iter last, Pred pred);
36 // int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
38 int* r = std::remove_if(ia, ia+sa, std::ref(cp));
71 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp16 // remove_if(Iter first, Iter last, Pred pred);
33 int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
65 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp16 // remove_if(Iter first, Iter last, Pred pred);
36 // int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
38 int* r = std::remove_if(ia, ia+sa, std::ref(cp));
71 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
H A D_slist.h390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
H A D_slist.h390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
H A D_slist.h390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
H A D_slist.h390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h435 void remove_if(_Predicate __pred) { function in class:list
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h435 void remove_if(_Predicate __pred) { function in class:list
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h435 void remove_if(_Predicate __pred) { function in class:list
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h435 void remove_if(_Predicate __pred) { function in class:list
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalgorithmfwd.h103 remove_if
489 remove_if(_FIter, _FIter, _Predicate);
H A Dforward_list.h1123 remove_if(_Pred __pred);
H A Dstl_list.h1363 remove_if(_Predicate);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalgorithmfwd.h103 remove_if
489 remove_if(_FIter, _FIter, _Predicate);

Completed in 882 milliseconds

123