Searched defs:remove_copy (Results 1 - 12 of 12) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h235 // 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/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h235 // 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/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h235 // 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/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h235 // 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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h868 * remove_copy() is stable, so the relative order of elements that
873 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h868 * remove_copy() is stable, so the relative order of elements that
873 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_algo.h868 * remove_copy() is stable, so the relative order of elements that
873 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_algo.h868 * remove_copy() is stable, so the relative order of elements that
873 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h696 * remove_copy() is stable, so the relative order of elements that
701 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h696 * remove_copy() is stable, so the relative order of elements that
701 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h696 * remove_copy() is stable, so the relative order of elements that
701 remove_copy(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h696 * remove_copy() is stable, so the relative order of elements that
701 remove_copy(_InputIterator __first, _InputIterator __last, function

Completed in 116 milliseconds