Searched refs:swap_ranges (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/ |
D | swap_ranges.pass.cpp | 31 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j)); in test() 53 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j)); in test1()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
D | stable_sort.pass.cpp | 103 std::swap_ranges(array, array+N/2, array+N/2); in test_larger_sorts() 108 std::swap_ranges(array, array+N/2, array+N/2); in test_larger_sorts()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
D | sort.pass.cpp | 103 std::swap_ranges(array, array+N/2, array+N/2); in test_larger_sorts() 108 std::swap_ranges(array, array+N/2, array+N/2); in test_larger_sorts()
|
/ndk/tests/device/test-stlport/unit/ |
D | swap_test.cpp | 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | swap_test.cpp | 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | utility | 203 // swap_ranges 208 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) 220 _VSTD::swap_ranges(__a, __a + _Np, __b);
|
D | __bit_reference | 711 // swap_ranges 866 swap_ranges(__bit_iterator<__C1, false> __first1, __bit_iterator<__C1, false> __last1, 926 __bit_iterator<_Cp, false> __mp = _VSTD::swap_ranges(__first, __middle, __middle); 944 _VSTD::swap_ranges(__first, __mp, __middle); 1260 …template <class __C1, class __C2>friend __bit_iterator<__C2, false> swap_ranges(__bit_iterator<__C…
|
D | array | 144 {_VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);}
|
D | algorithm | 186 swap_ranges(ForwardIterator1 first1, ForwardIterator1 last1, ForwardIterator2 first2); 2425 _VSTD::swap_ranges(__first, __middle, __middle);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { in swap_ranges() function
|
D | _algo.c | 457 _STLP_STD::swap_ranges(__first, __middle, __middle); in __rotate_aux()
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 182 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 173 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)
|