Home
last modified time | relevance | path

Searched defs:CopyOnly (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp25 struct CopyOnly { struct
26 CopyOnly() {} in CopyOnly() argument
27 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() function
28 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
Dswap.pass.cpp24 struct CopyOnly { struct
25 CopyOnly() {} in CopyOnly() argument
26 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() function
27 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
/external/libchrome/base/
Dno_destructor_unittest.cc26 struct CopyOnly { struct
/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp143 struct CopyOnly { struct
Dimplicit-move.cpp227 struct CopyOnly { struct
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp46 struct CopyOnly { struct
Dcopy.pass.cpp43 struct CopyOnly { struct