HomeSort by relevance Sort by last modified time
    Searched defs:remove_copy_if (Results 1 - 19 of 19) sorted by null

  /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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 905 * remove_copy_if() is stable, so the relative order of elements that are
911 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 905 * remove_copy_if() is stable, so the relative order of elements that are
911 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 905 * remove_copy_if() is stable, so the relative order of elements that are
911 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 905 * remove_copy_if() is stable, so the relative order of elements that are
911 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 931 * remove_copy_if() is stable, so the relative order of elements that are
937 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 931 * remove_copy_if() is stable, so the relative order of elements that are
937 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 728 * remove_copy_if() is stable, so the relative order of elements that are
734 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 1632 milliseconds