/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/current/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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_algo.h | 868 * remove_copy() is stable, so the relative order of elements that 873 remove_copy(_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 | 868 * remove_copy() is stable, so the relative order of elements that 873 remove_copy(_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 | 868 * remove_copy() is stable, so the relative order of elements that 873 remove_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_algo.h | 696 * remove_copy() is stable, so the relative order of elements that 701 remove_copy(_InputIterator __first, _InputIterator __last, function [all...] |