Home
last modified time | relevance | path

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/
Dswap_ranges.pass.cpp31 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/
Dstable_sort.pass.cpp103 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/
Dsort.pass.cpp103 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/
Dswap_test.cpp59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1()
/ndk/tests/device/test-gnustl-full/unit/
Dswap_test.cpp59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dutility203 // swap_ranges
208 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2)
220 _VSTD::swap_ranges(__a, __a + _Np, __b);
D__bit_reference711 // 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…
Darray144 {_VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);}
Dalgorithm186 swap_ranges(ForwardIterator1 first1, ForwardIterator1 last1, ForwardIterator2 first2);
2425 _VSTD::swap_ranges(__first, __middle, __middle);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { in swap_ranges() function
D_algo.c457 _STLP_STD::swap_ranges(__first, __middle, __middle); in __rotate_aux()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk182 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk173 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)