Home
last modified time | relevance | path

Searched defs:MoveOnly (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.fail.cpp25 class MoveOnly class
32 explicit MoveOnly(int data = 1) : data_(data) {} in MoveOnly() function in MoveOnly
33 MoveOnly(MoveOnly&& x) in MoveOnly() function in MoveOnly
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp76 class MoveOnly class
80 MoveOnly() {} in MoveOnly() function in MoveOnly
81 MoveOnly(MoveOnly&&) {} in MoveOnly() argument
83 void operator()(MoveOnly&&) in operator ()() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp134 class MoveOnly class
139 MoveOnly(const MoveOnly&) in MoveOnly() function in MoveOnly
146 MoveOnly() {} in MoveOnly() function in MoveOnly
147 MoveOnly(MoveOnly&&) {} in MoveOnly() argument
149 void operator()(MoveOnly&&) in operator ()() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/
Dis_convertible.pass.cpp41 class MoveOnly { class
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
DMoveOnly.h26 MoveOnly(MoveOnly&& x) in MoveOnly() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
DMoveOnly.h26 MoveOnly(MoveOnly&& x) in MoveOnly() function