Searched
full:move (Results
1051 -
1075 of
10530) sorted by null
<<41424344454647484950>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/ |
move.pass.cpp | 26 ss = std::move(ss0); 41 ss = std::move(ss0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
dtor.pass.cpp | 43 std::thread(func, std::move(p)).detach(); 57 std::thread(func2, std::move(p)).detach();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/ |
move.pass.cpp | 67 t1 = std::move(t0); 78 t0 = std::move(t1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
move_convert07.fail.cpp | 14 // Test unique_ptr converting move assignment 47 s2 = boost::move(s);
|
move_convert08.fail.cpp | 14 // Test unique_ptr converting move assignment 49 s2 = (boost::move(s));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
move02.pass.cpp | 14 // Test unique_ptr move ctor 16 // test move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert01.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert02.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert03.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert04.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert05.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert06.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert07.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert08.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert09.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert10.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert11.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert12.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/ |
move_convert01.pass.cpp | 14 // Test unique_ptr converting move assignment 47 s2 = std::move(s);
|
move_convert02.pass.cpp | 14 // Test unique_ptr converting move assignment 49 s2 = std::move(s);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
auto_pointer.pass.cpp | 47 std::unique_ptr<A> up(std::move(ap)); 59 up = std::move(ap);
|
move_convert02.fail.cpp | 14 // Test unique_ptr converting move ctor 16 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert03.fail.cpp | 14 // Test unique_ptr converting move ctor 19 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert04.fail.cpp | 14 // Test unique_ptr converting move ctor 19 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
move_convert06.fail.cpp | 14 // Test unique_ptr converting move ctor 19 // test converting move ctor. Should only require a MoveConstructible deleter, or if
|
Completed in 298 milliseconds
<<41424344454647484950>>