HomeSort by relevance Sort by last modified time
    Searched refs:remove_copy_if (Results 1 - 25 of 35) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_copy_if.pass.cpp 16 // remove_copy_if(InIter first, InIter last, OutIter result, Pred pred);
31 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /external/stlport/test/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /ndk/tests/device/test-gnustl-full/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /ndk/tests/device/test-stlport/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /external/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 956 * remove_copy_if() is stable, so the relative order of elements that are
962 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 941 * remove_copy_if() is stable, so the relative order of elements that are
947 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);

Completed in 2290 milliseconds

1 2