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

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace_copy_if.pass.cpp 18 // replace_copy_if(InIter first, InIter last, OutIter result, Pred pred, const T& new_value);
33 OutIter r = std::replace_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace_copy_if.pass.cpp 18 // replace_copy_if(InIter first, InIter last, OutIter result, Pred pred, const T& new_value);
33 OutIter r = std::replace_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /ndk/tests/device/test-gnustl-full/unit/
rm_cp_test.cpp 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
  /ndk/tests/device/test-stlport/unit/
rm_cp_test.cpp 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
stl_algo.h 3922 replace_copy_if(_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 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
stl_algo.h 3922 replace_copy_if(_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 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
stl_algo.h 3922 replace_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
stl_algo.h 3204 replace_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 173 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 164 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)
    [all...]

Completed in 1532 milliseconds