/external/libcxx/test/std/utilities/utility/utility.swap/ |
D | swap.pass.cpp | 30 struct MoveOnly { struct 31 MoveOnly() {} in MoveOnly() argument 32 MoveOnly(MoveOnly&&) {} in MoveOnly() function 33 MoveOnly& operator=(MoveOnly&&) noexcept { return *this; } in operator =() argument
|
/external/libcxx/test/std/utilities/function.objects/refwrap/ |
D | type_properties.pass.cpp | 27 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/ |
D | UTypes.fail.cpp | 27 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/ |
D | F.pass.cpp | 89 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/ |
D | call_once.pass.cpp | 140 class MoveOnly class 145 MoveOnly(const MoveOnly&) in MoveOnly() argument 152 MoveOnly() {} in MoveOnly() function in MoveOnly 153 MoveOnly(MoveOnly&&) {} in MoveOnly() function in MoveOnly 155 void operator()(MoveOnly&&) in operator ()() argument
|
/external/llvm/unittests/ADT/ |
D | OptionalTest.cpp | 218 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() argument 225 MoveOnly(MoveOnly&& other) { in MoveOnly() function 229 MoveOnly &operator=(MoveOnly&& other) { in operator =() 234 ~MoveOnly() { in ~MoveOnly() 237 static void ResetCounts() { in ResetCounts()
|
D | StringMapTest.cpp | 292 struct MoveOnly { struct 293 int i; 294 MoveOnly(int i) : i(i) {} in MoveOnly() argument 295 MoveOnly(const Immovable&) : i(0) {} in MoveOnly() argument 296 MoveOnly(MoveOnly &&RHS) : i(RHS.i) {} in MoveOnly() function 297 MoveOnly &operator=(MoveOnly &&RHS) { in operator =() 307 TEST_F(StringMapTest, MoveOnly) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | OptionalTest.cpp | 219 struct MoveOnly { struct 220 static unsigned MoveConstructions; 221 static unsigned Destructions; 222 static unsigned MoveAssignments; 223 int val; 224 explicit MoveOnly(int val) : val(val) { in MoveOnly() function 226 MoveOnly(MoveOnly&& other) { in MoveOnly() function 230 MoveOnly &operator=(MoveOnly&& other) { in operator =() 235 ~MoveOnly() { in ~MoveOnly() 238 static void ResetCounts() { in ResetCounts()
|
D | BumpPtrListTest.cpp | 24 struct MoveOnly { struct 25 int V; 26 explicit MoveOnly(int V) : V(V) {} in MoveOnly() argument 28 MoveOnly(MoveOnly &&X) { V = X.V; } in MoveOnly() argument
|
D | StringMapTest.cpp | 322 struct MoveOnly { struct 323 int i; 324 MoveOnly(int i) : i(i) {} in MoveOnly() argument 325 MoveOnly(const Immovable&) : i(0) {} in MoveOnly() argument 326 MoveOnly(MoveOnly &&RHS) : i(RHS.i) {} in MoveOnly() argument 327 MoveOnly &operator=(MoveOnly &&RHS) { in operator =() 337 TEST_F(StringMapTest, MoveOnly) { in TEST_F() argument
|
D | FunctionExtrasTest.cpp | 106 TEST(UniqueFunctionTest, MoveOnly) { in TEST() argument
|
/external/libcxx/test/support/ |
D | MoveOnly.h | 28 MoveOnly(MoveOnly&& x) in MoveOnly() function
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p19.cpp | 3 struct MoveOnly { struct
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
D | move.pass.cpp | 43 struct MoveOnly { struct 45 MoveOnly(int v) : value(v) {} in MoveOnly() argument
|
D | copy.pass.cpp | 45 struct MoveOnly { struct
|
/external/libchrome/base/ |
D | no_destructor_unittest.cc | 36 struct MoveOnly { struct
|
/external/clang/test/SemaCXX/ |
D | rval-references.cpp | 73 struct MoveOnly { struct
|
D | blocks.cpp | 73 class MoveOnly { class
|
/external/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 119 class MoveOnly { class in testing::gmock_nice_strict_test::MockBaz 130 MockBaz(MoveOnly) {} in MockBaz() argument
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | top_n_test.cc | 197 TEST(TopNTest, MoveOnly) { in TEST() argument
|
/external/clang/test/CXX/special/class.copy/ |
D | implicit-move.cpp | 231 struct MoveOnly { struct
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-structors.cpp | 437 struct MoveOnly { struct
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
D | p3.cpp | 118 struct MoveOnly { // expected-note {{candidate}} struct
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
D | move.pass.cpp | 53 struct MoveOnly { struct
|
D | copy.pass.cpp | 50 struct MoveOnly { struct
|