Home
last modified time | relevance | path

Searched defs:move_only (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/utilities/utility/forward/
Dmove.fail.cpp17 struct move_only { struct
18 move_only() {} in move_only() argument
26 void test(move_only) {} in test() argument
Dmove.pass.cpp20 class move_only class
25 move_only(move_only&&) {} in move_only() function in move_only
26 move_only& operator=(move_only&&) {return *this;} in operator =() argument
28 move_only() {} in move_only() function in move_only
34 void test(move_only) {} in test() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/forward/
Dmove.verify.cpp20 struct move_only { struct
21 move_only() {} in move_only() argument
29 void test(move_only) {} in test() argument
Dmove.pass.cpp17 class move_only class
22 move_only(move_only&&) {} in move_only() argument
23 move_only& operator=(move_only&&) {return *this;} in operator =() argument
25 move_only() {} in move_only() function in move_only
31 void test(move_only) {} in test() argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/forward/
Dmove.verify.cpp20 struct move_only { struct
21 move_only() {} in move_only() function
29 void test(move_only) {} in test() argument
Dmove.pass.cpp17 class move_only class
22 move_only(move_only&&) {} in move_only() function in move_only
23 move_only& operator=(move_only&&) {return *this;} in operator =() argument
25 move_only() {} in move_only() function in move_only
31 void test(move_only) {} in test() argument
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dconstruct.pass.cpp39 class move_only class
45 move_only(move_only&&) {++move_only_constructed;} in move_only() argument
46 move_only& operator=(move_only&&) {return *this;} in operator =() argument
48 move_only() {++move_only_constructed;} in move_only() function in move_only
/external/cronet/tot/third_party/libc++/src/test/libcxx/depr/depr.default.allocator/allocator.members/
Dconstruct.cxx20.verify.cpp37 class move_only { class
42 move_only(move_only&&) { ++move_only_constructed; } in move_only() function in move_only
43 move_only& operator=(move_only&&) { return *this; } in operator =() argument
45 move_only() { ++move_only_constructed; } in move_only() function in move_only
Dconstruct.cxx20.pass.cpp42 class move_only { class
47 move_only(move_only&&) { ++move_only_constructed; } in move_only() function in move_only
48 move_only& operator=(move_only&&) { return *this; } in operator =() argument
50 move_only() { ++move_only_constructed; } in move_only() function in move_only
/external/cronet/stable/third_party/libc++/src/test/libcxx/depr/depr.default.allocator/allocator.members/
Dconstruct.cxx20.pass.cpp42 class move_only { class
47 move_only(move_only&&) { ++move_only_constructed; } in move_only() function in move_only
48 move_only& operator=(move_only&&) { return *this; } in operator =() argument
50 move_only() { ++move_only_constructed; } in move_only() function in move_only
Dconstruct.cxx20.verify.cpp37 class move_only { class
42 move_only(move_only&&) { ++move_only_constructed; } in move_only() function in move_only
43 move_only& operator=(move_only&&) { return *this; } in operator =() argument
45 move_only() { ++move_only_constructed; } in move_only() function in move_only
/external/clang/test/PCH/
Dimplicitly-deleted.cpp3 class move_only { move_only(const move_only&) = delete; move_only(move_only&&); }; class
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dutils.hpp13 struct move_only struct
/external/libchrome/base/
Dno_destructor_unittest.cc52 MoveOnly move_only; in TEST() local
/external/cronet/stable/base/
Dno_destructor_unittest.cc86 MoveOnly move_only; in TEST() local
/external/cronet/tot/base/
Dno_destructor_unittest.cc86 MoveOnly move_only; in TEST() local
/external/cronet/stable/base/threading/
Dsequence_local_storage_slot_unittest.cc130 MoveOnly move_only; in TYPED_TEST() local
/external/cronet/tot/base/threading/
Dsequence_local_storage_slot_unittest.cc130 MoveOnly move_only; in TYPED_TEST() local
/external/pigweed/pw_function/
Dfunction_test.cc355 MoveOnlyType move_only; in TEST() local