/aosp_15_r20/external/libcxx/test/std/utilities/utility/utility.swap/ |
H A D | swap_array.pass.cpp | 25 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
|
H A D | swap.pass.cpp | 24 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.swap/ |
H A D | swap_array.pass.cpp | 26 struct CopyOnly { struct 27 CopyOnly() {} in CopyOnly() argument 28 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() function 29 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
|
H A D | swap.pass.cpp | 24 struct CopyOnly { struct 25 CopyOnly() {} in CopyOnly() function 26 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() function 27 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
|
/aosp_15_r20/external/pigweed/pw_containers/pw_containers_private/ |
H A D | test_helpers.h | 18 struct CopyOnly { struct 19 explicit CopyOnly(int val) : value(val) {} in CopyOnly() argument 21 CopyOnly(const CopyOnly& other) { value = other.value; } in CopyOnly() argument 30 int value;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/ |
H A D | ctor.unexpect.pass.cpp | 50 struct CopyOnly { struct 52 constexpr CopyOnly(int ii) : i(ii) {} in CopyOnly() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/ |
H A D | ctor.unexpect.pass.cpp | 50 struct CopyOnly { struct 52 constexpr CopyOnly(int ii) : i(ii) {} in CopyOnly() argument
|
H A D | ctor.inplace.pass.cpp | 50 struct CopyOnly { struct 52 constexpr CopyOnly(int ii) : i(ii) {} in CopyOnly() argument
|
H A D | ctor.u.pass.cpp | 63 struct CopyOnly { struct 65 constexpr CopyOnly(int ii) : i(ii) {} in CopyOnly() argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function 57 int value = 0;
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() argument 57 int value = 0;
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function 57 int value = 0;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() argument 57 int value = 0;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function 57 int value = 0;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function 57 int value = 0;
|
/aosp_15_r20/external/abseil-cpp/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() argument 57 int value = 0;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/expected/expected.void/ |
H A D | value.lwg3940.verify.cpp | 22 struct CopyOnly { struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable.compile.pass.cpp | 19 struct CopyOnly { struct
|
H A D | indirectly_copyable_storable.compile.pass.cpp | 19 struct CopyOnly { struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.copyconstructible/ |
H A D | copy_constructible.compile.pass.cpp | 160 struct CopyOnly { struct
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | NoDestructor_unittest.cpp | 18 struct CopyOnly { struct
|
/aosp_15_r20/external/libchrome/base/ |
H A D | no_destructor_unittest.cc | 26 struct CopyOnly { struct
|
/aosp_15_r20/external/clang/test/CXX/special/class.copy/ |
H A D | p11.0x.move.cpp | 143 struct CopyOnly { struct
|
H A D | implicit-move.cpp | 227 struct CopyOnly { struct
|
/aosp_15_r20/external/cronet/base/ |
H A D | no_destructor_unittest.cc | 49 struct CopyOnly { struct
|