| /external/libcxx/test/std/utilities/utility/forward/ | 
| D | move.fail.cpp | 17 struct move_only {  struct18     move_only() {}  in move_only()  argument
 26 void test(move_only) {}  in test()  argument
 
 | 
| D | move.pass.cpp | 20 class move_only  class25     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/ | 
| D | move.verify.cpp | 20 struct move_only {  struct21     move_only() {}  in move_only()  argument
 29 void test(move_only) {}  in test()  argument
 
 | 
| D | move.pass.cpp | 17 class move_only  class22     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/ | 
| D | move.verify.cpp | 20 struct move_only {  struct21     move_only() {}  in move_only()  function
 29 void test(move_only) {}  in test()  argument
 
 | 
| D | move.pass.cpp | 17 class move_only  class22     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/ | 
| D | construct.pass.cpp | 39 class move_only  class45     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/ | 
| D | construct.cxx20.verify.cpp | 37 class move_only {  class42   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
 
 | 
| D | construct.cxx20.pass.cpp | 42 class move_only {  class47   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/ | 
| D | construct.cxx20.pass.cpp | 42 class move_only {  class47   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
 
 | 
| D | construct.cxx20.verify.cpp | 37 class move_only {  class42   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/ | 
| D | implicitly-deleted.cpp | 3 class move_only { move_only(const move_only&) = delete; move_only(move_only&&); };  class
 | 
| /external/sdv/vsomeip/third_party/boost/spirit/test/x3/ | 
| D | utils.hpp | 13 struct move_only  struct
 | 
| /external/libchrome/base/ | 
| D | no_destructor_unittest.cc | 52   MoveOnly move_only;  in TEST()  local
 | 
| /external/cronet/stable/base/ | 
| D | no_destructor_unittest.cc | 86   MoveOnly move_only;  in TEST()  local
 | 
| /external/cronet/tot/base/ | 
| D | no_destructor_unittest.cc | 86   MoveOnly move_only;  in TEST()  local
 | 
| /external/cronet/stable/base/threading/ | 
| D | sequence_local_storage_slot_unittest.cc | 130   MoveOnly move_only;  in TYPED_TEST()  local
 | 
| /external/cronet/tot/base/threading/ | 
| D | sequence_local_storage_slot_unittest.cc | 130   MoveOnly move_only;  in TYPED_TEST()  local
 | 
| /external/pigweed/pw_function/ | 
| D | function_test.cc | 355   MoveOnlyType move_only;  in TEST()  local
 |