HomeSort by relevance Sort by last modified time
    Searched refs:copy_if (Results 1 - 25 of 32) sorted by null

1 2

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/
Android.mk 27 test_name := algorithms/alg.modifying.operations/alg.copy/copy_if
28 test_src := copy_if.pass.cpp
copy_if.pass.cpp 16 // copy_if(InIter first, InIter last, OutIter result, Pred pred);
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/
copy_if.pass.cpp 16 // copy_if(InIter first, InIter last, OutIter result, Pred pred);
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 51 copy_if (C++0x)
220 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 980 * copy_if() is stable, so the relative order of elements that are
986 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 49 copy_if (C++0x)
217 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 995 * copy_if() is stable, so the relative order of elements that are
1001 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 49 copy_if (C++0x)
217 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 995 * copy_if() is stable, so the relative order of elements that are
1001 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 49 copy_if (C++0x)
217 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 995 * copy_if() is stable, so the relative order of elements that are
1001 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 49 copy_if (C++0x)
217 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 995 * copy_if() is stable, so the relative order of elements that are
1001 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 51 copy_if (C++0x)
220 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 980 * copy_if() is stable, so the relative order of elements that are
986 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 51 copy_if (C++0x)
220 copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 944 * copy_if() is stable, so the relative order of elements that are
950 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 53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 944 * copy_if() is stable, so the relative order of elements that are
950 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 728 * copy_if() is stable, so the relative order of elements that are
734 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 944 milliseconds

1 2