Searched refs:RACI (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/ |
D | move.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 63 assert(std::move(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN() 65 assert(std::move(RACI(c2.cbegin()), RACI(c2.cend()), c1.begin()) == c1.end()); in testN()
|
D | move_backward.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 63 assert(std::move_backward(RACI(c1.cbegin()), RACI(c1.cend()), c2.end()) == c2.begin()); in testN() 65 assert(std::move_backward(RACI(c2.cbegin()), RACI(c2.cend()), c1.end()) == c1.begin()); in testN()
|
D | copy_backward.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 63 assert(std::copy_backward(RACI(c1.cbegin()), RACI(c1.cend()), c2.end()) == c2.begin()); in testN() 65 assert(std::copy_backward(RACI(c2.cbegin()), RACI(c2.cend()), c1.end()) == c1.begin()); in testN()
|
D | copy.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 64 assert(std::copy(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN()
|