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

  /external/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_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/
stl_algo.h 904 * remove_copy() is stable, so the relative order of elements that are
909 remove_copy(_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/
stl_algo.h 904 * remove_copy() is stable, so the relative order of elements that are
909 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 904 * remove_copy() is stable, so the relative order of elements that are
909 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 894 * remove_copy() is stable, so the relative order of elements that
899 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 6546 milliseconds