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

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
31 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j));
53 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 103 std::swap_ranges(array, array+N/2, array+N/2);
108 std::swap_ranges(array, array+N/2, array+N/2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 103 std::swap_ranges(array, array+N/2, array+N/2);
108 std::swap_ranges(array, array+N/2, array+N/2);
  /external/stlport/test/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partition.h 235 std::swap_ranges(begin + thread_left_border
260 std::swap_ranges(begin + thread_right_border,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
partition.h 241 std::swap_ranges(__begin + __thread_left_border
264 std::swap_ranges(__begin + __thread_right_border,
  /external/llvm/lib/Support/
SmallPtrSet.cpp 265 std::swap_ranges(this->SmallArray, this->SmallArray+this->CurArraySize,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
stl_algobase.h 158 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
stl_algobase.h 159 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
stl_algobase.h 159 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
stl_algobase.h 158 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
  /external/stlport/stlport/stl/
_algo.h 157 // swap_ranges
160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 157 // swap_ranges
160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 157 // swap_ranges
160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { function

Completed in 218 milliseconds

1 2 3