HomeSort by relevance Sort by last modified time
    Searched refs:move_backward (Results 1 - 22 of 22) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
move_backward.pass.cpp 16 // move_backward(InputIterator first, InputIterator last, OutputIterator result);
55 assert(std::move_backward(c1.cbegin(), c1.cend(), c2.end()) == c2.begin());
57 assert(std::move_backward(c2.cbegin(), c2.cend(), c1.end()) == c1.begin());
59 assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
61 assert(std::move_backward(c2.cbegin(), c2.cend(), RAI(c1.end())) == RAI(c1.begin()));
63 assert(std::move_backward(RACI(c1.cbegin()), RACI(c1.cend()), c2.end()) == c2.begin());
65 assert(std::move_backward(RACI(c2.cbegin()), RACI(c2.cend()), c1.end()) == c1.begin());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.move/
move_backward.pass.cpp 15 // move_backward(InIter first, InIter last, OutIter result);
35 OutIter r = std::move_backward(InIter(ia), InIter(ia+N), OutIter(ib+N));
53 OutIter r = std::move_backward(InIter(ia), InIter(ia+N), OutIter(ib+N));
  /external/llvm/include/llvm/ADT/
SmallVector.h 195 /// move_backward - Use move-assignment to move the range
198 /// std::move_backward, but not all stdlibs actually provide that.
200 static It2 move_backward(It1 I, It1 E, It2 Dest) {
310 /// move_backward - Use move-assignment to move the range
314 static It2 move_backward(It1 I, It1 E, It2 Dest) { function in class:llvm::SmallVectorTemplateBase
519 this->move_backward(I, this->end()-1, this->end());
551 this->move_backward(I, this->end()-1, this->end());
595 this->move_backward(I, OldEnd-NumToInsert, OldEnd);
648 this->move_backward(I, OldEnd-NumToInsert, OldEnd);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_deque.h 411 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
417 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
420 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 470 * [first,last); the move_backward function should be used instead.
649 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
664 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_deque.h 411 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
417 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
420 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 470 * [first,last); the move_backward function should be used instead.
649 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
664 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 411 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
417 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
420 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 470 * [first,last); the move_backward function should be used instead.
649 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
664 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 413 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
419 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
422 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 470 * [first,last); the move_backward function should be used instead.
649 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
664 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 411 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
417 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
420 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 470 * [first,last); the move_backward function should be used instead.
649 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
664 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 413 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
419 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
422 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 470 * [first,last); the move_backward function should be used instead.
649 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
664 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h 412 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
418 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
421 { return std::move_backward(_Deque_iterator<_Tp,
    [all...]
stl_algobase.h 476 * [first,last); the move_backward function should be used instead.
655 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
670 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 484 * [first,last); the move_backward function should be used instead.
664 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
679 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 484 * [first,last); the move_backward function should be used instead.
664 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
679 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 484 * [first,last); the move_backward function should be used instead.
664 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
679 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 484 * [first,last); the move_backward function should be used instead.
664 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
679 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 484 * [first,last); the move_backward function should be used instead.
664 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
679 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)
    [all...]

Completed in 208 milliseconds