Home
last modified time | relevance | path

Searched defs:CopyOnly (Results 1 – 21 of 21) 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() argument
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() argument
27 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
/external/llvm-project/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp24 struct CopyOnly { struct
25 CopyOnly() {} in CopyOnly() argument
26 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() argument
27 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
Dswap.pass.cpp23 struct CopyOnly { struct
24 CopyOnly() {} in CopyOnly() function
25 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() function
26 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
/external/pigweed/pw_containers/
Dvector_test.cc29 struct CopyOnly { struct
30 explicit CopyOnly(int val) : value(val) {} in CopyOnly() argument
32 CopyOnly(const CopyOnly& other) { value = other.value; } in CopyOnly() argument
34 CopyOnly& operator=(const CopyOnly& other) { in operator =()
41 int value;
/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-params.cpp41 struct CopyOnly { struct
43 CopyOnly(const CopyOnly&) noexcept; argument
/external/libchrome/base/
Dno_destructor_unittest.cc26 struct CopyOnly { struct
/external/angle/third_party/abseil-cpp/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function
57 int value = 0;
/external/abseil-cpp/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function
57 int value = 0;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function
57 int value = 0;
/external/webrtc/third_party/abseil-cpp/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() argument
57 int value = 0;
/external/openscreen/third_party/abseil/src/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function
57 int value = 0;
/external/libtextclassifier/abseil-cpp/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function
57 int value = 0;
/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp143 struct CopyOnly { struct
Dimplicit-move.cpp227 struct CopyOnly { struct
/external/llvm-project/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp155 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
/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp38 struct CopyOnly { struct
Dcopy.pass.cpp36 struct CopyOnly { struct