/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.replace/ |
replace_copy.pass.cpp | 17 // replace_copy(InIter first, InIter last, OutIter result, const T& old_value, 32 OutIter r = std::replace_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2, 5);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 101 replace_copy 496 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
stl_algo.h | 3845 replace_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/ |
algorithmfwd.h | 103 replace_copy 501 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
stl_algo.h | 3884 replace_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/ |
algorithmfwd.h | 103 replace_copy 501 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
stl_algo.h | 3884 replace_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 101 replace_copy 496 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
stl_algo.h | 3845 replace_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 101 replace_copy 496 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
stl_algo.h | 3845 replace_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 101 replace_copy 496 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 101 replace_copy 496 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 103 replace_copy 501 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 105 replace_copy 503 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
|
/external/stlport/test/unit/ |
rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42);
|
/ndk/tests/device/test-gnustl-full/unit/ |
rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42);
|
/ndk/tests/device/test-stlport/unit/ |
rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42);
|
/external/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
algorithm | 178 replace_copy(InputIterator first, InputIterator last, OutputIterator result, [all...] |