HomeSort by relevance Sort by last modified time
    Searched full:reverse_copy (Results 1 - 25 of 27) sorted by null

1 2

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 14 // reverse_copy(InIter first, InIter last, OutIter result);
28 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja));
31 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 14 // reverse_copy(InIter first, InIter last, OutIter result);
28 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja));
31 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 14 // reverse_copy(InIter first, InIter last, OutIter result);
28 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja));
31 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
  /system/bt/service/common/bluetooth/
uuid.cc 105 std::reverse_copy(uuid.uu, uuid.uu + sizeof(uuid.uu), id_.begin());
125 std::reverse_copy(id_.begin(), id_.end(), ret.begin());
131 std::reverse_copy(id_.begin(), id_.end(), ret.uu);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 109 reverse_copy
517 reverse_copy(_BIter, _BIter, _OIter);
stl_algo.h 1469 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __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 109 reverse_copy
517 reverse_copy(_BIter, _BIter, _OIter);
stl_algo.h 1469 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __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 109 reverse_copy
517 reverse_copy(_BIter, _BIter, _OIter);
stl_algo.h 1469 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 109 reverse_copy
517 reverse_copy(_BIter, _BIter, _OIter);
stl_algo.h 1238 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 109 reverse_copy
519 reverse_copy(_BIter, _BIter, _OIter);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 109 reverse_copy
519 reverse_copy(_BIter, _BIter, _OIter);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_algo.h 310 // reverse and reverse_copy, and their auxiliary functions
339 _OutputIter reverse_copy(_BidirectionalIter __first, function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_algo.h 310 // reverse and reverse_copy, and their auxiliary functions
339 _OutputIter reverse_copy(_BidirectionalIter __first, function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_algo.h 310 // reverse and reverse_copy, and their auxiliary functions
339 _OutputIter reverse_copy(_BidirectionalIter __first, function
  /external/libcxx/include/
algorithm 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
algorithm 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
algorithm 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
algorithm 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
    [all...]
  /external/libcxx/www/
cxx1y_status.html 134 <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2074">2074</a></td><td>Off by one error in std::reverse_copy</td><td>Portland</td><td>Complete</td></tr>
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/www/
cxx1y_status.html 134 <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2074">2074</a></td><td>Off by one error in std::reverse_copy</td><td>Portland</td><td>Complete</td></tr>
    [all...]

Completed in 2043 milliseconds

1 2