Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/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++/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() function in MoveOnly
83 void operator()(MoveOnly&&) in operator ()() argument
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp134 class MoveOnly class
138 MoveOnly() {} in MoveOnly() function in MoveOnly
139 MoveOnly(MoveOnly&&) {} in MoveOnly() argument
141 void operator()(MoveOnly&&) in operator ()() argument
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
DMoveOnly.h17 MoveOnly(MoveOnly&& x) in MoveOnly() function
/ndk/sources/cxx-stl/llvm-libc++/test/containers/
DMoveOnly.h17 MoveOnly(MoveOnly&& x) in MoveOnly() function