Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap.pass.cpp30 struct MoveOnly { struct
31 MoveOnly() {} in MoveOnly() argument
32 MoveOnly(MoveOnly&&) {} in MoveOnly() argument
33 MoveOnly& operator=(MoveOnly&&) noexcept { return *this; } in operator =() argument
/external/libcxx/test/std/utilities/function.objects/refwrap/
Dtype_properties.pass.cpp27 class MoveOnly class
34 MoveOnly(int data = 1) : data_(data) {} in MoveOnly() function in MoveOnly
35 MoveOnly(MoveOnly&& x) in MoveOnly() function in MoveOnly
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.fail.cpp27 class MoveOnly class
34 explicit MoveOnly(int data = 1) : data_(data) {} in MoveOnly() function in MoveOnly
35 MoveOnly(MoveOnly&& x) in MoveOnly() function in MoveOnly
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp89 class MoveOnly class
93 MoveOnly() {} in MoveOnly() function in MoveOnly
94 MoveOnly(MoveOnly&&) {} in MoveOnly() function in MoveOnly
96 void operator()(MoveOnly&&) in operator ()() argument
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp140 class MoveOnly class
145 MoveOnly(const MoveOnly&) in MoveOnly() argument
152 MoveOnly() {} in MoveOnly() function in MoveOnly
153 MoveOnly(MoveOnly&&) {} in MoveOnly() argument
155 void operator()(MoveOnly&&) in operator ()() argument
/external/llvm/unittests/ADT/
DOptionalTest.cpp218 struct MoveOnly { struct
219 static unsigned MoveConstructions;
220 static unsigned Destructions;
221 static unsigned MoveAssignments;
222 int val;
223 explicit MoveOnly(int val) : val(val) { in MoveOnly() function
225 MoveOnly(MoveOnly&& other) { in MoveOnly() argument
229 MoveOnly &operator=(MoveOnly&& other) { in operator =()
234 ~MoveOnly() { in ~MoveOnly()
237 static void ResetCounts() { in ResetCounts()
DStringMapTest.cpp292 struct MoveOnly { struct
293 int i;
294 MoveOnly(int i) : i(i) {} in MoveOnly() argument
295 MoveOnly(const Immovable&) : i(0) {} in MoveOnly() function
296 MoveOnly(MoveOnly &&RHS) : i(RHS.i) {} in MoveOnly() argument
297 MoveOnly &operator=(MoveOnly &&RHS) { in operator =()
307 TEST_F(StringMapTest, MoveOnly) { in TEST_F() argument
/external/libcxx/test/support/
DMoveOnly.h28 MoveOnly(MoveOnly&& x) in MoveOnly() function
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp19.cpp3 struct MoveOnly { struct
/external/libchrome/base/
Dcallback_forward.h15 MoveOnly, enumerator
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp42 struct MoveOnly { struct
44 MoveOnly(int v) : value(v) {} in MoveOnly() function
Dcopy.pass.cpp44 struct MoveOnly { struct
/external/clang/test/SemaCXX/
Drval-references.cpp73 struct MoveOnly { struct
Dblocks.cpp73 class MoveOnly { class
/external/tensorflow/tensorflow/core/lib/gtl/
Dinlined_vector_test.cc249 struct MoveOnly { struct
250 MoveOnly() {} in MoveOnly() argument
266 TEST(InlinedVectorTest, MoveOnly) { in TEST() argument
Dtop_n_test.cc197 TEST(TopNTest, MoveOnly) { in TEST() argument
/external/clang/test/CXX/special/class.copy/
Dimplicit-move.cpp231 struct MoveOnly { struct
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-structors.cpp437 struct MoveOnly { struct
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp3.cpp118 struct MoveOnly { // expected-note {{candidate}} struct
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp51 struct MoveOnly { struct
Dcopy.pass.cpp49 struct MoveOnly { struct