HomeSort by relevance Sort by last modified time
    Searched refs:replace_copy (Results 1 - 18 of 18) sorted by null

  /external/libcxx/test/std/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/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 105 replace_copy
503 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.15-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 105 replace_copy
503 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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 105 replace_copy
503 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
stl_algo.h 3884 replace_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 105 replace_copy
503 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
stl_algo.h 3169 replace_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/r10/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/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 105 replace_copy
505 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
stl_algo.h 3169 replace_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/r11/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/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 105 replace_copy
505 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
stl_algo.h 3169 replace_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/r13/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

Completed in 602 milliseconds