Searched refs:reverse_copy (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 28 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja)); in test() 31 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja)); in test() 37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc)); in test() 54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test()
|
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 72 reverse_copy((int*)numbers, (int*)numbers + 6, (int*)result); in revcopy1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 72 reverse_copy((int*)numbers, (int*)numbers + 6, (int*)result); in revcopy1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 339 _OutputIter reverse_copy(_BidirectionalIter __first, in reverse_copy() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result); 2328 // reverse_copy 2333 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul…
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 177 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 168 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)
|