Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/libcxx/test/std/utilities/utility/utility.swap/
H A 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
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp26 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 Dswap.pass.cpp24 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 Dtest_helpers.h18 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 Dctor.unexpect.pass.cpp50 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 Dctor.unexpect.pass.cpp50 struct CopyOnly { struct
52 constexpr CopyOnly(int ii) : i(ii) {} in CopyOnly() argument
H A Dctor.inplace.pass.cpp50 struct CopyOnly { struct
52 constexpr CopyOnly(int ii) : i(ii) {} in CopyOnly() argument
H A Dctor.u.pass.cpp63 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 Dany_test.cc49 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 Dany_test.cc49 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 Dany_test.cc49 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/
Dany_test.cc49 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 Dany_test.cc49 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 Dany_test.cc49 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 Dany_test.cc49 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 Dvalue.lwg3940.verify.cpp22 struct CopyOnly { struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/
H A Dindirectly_copyable.compile.pass.cpp19 struct CopyOnly { struct
H A Dindirectly_copyable_storable.compile.pass.cpp19 struct CopyOnly { struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp160 struct CopyOnly { struct
/aosp_15_r20/hardware/google/aemu/base/
DNoDestructor_unittest.cpp18 struct CopyOnly { struct
/aosp_15_r20/external/libchrome/base/
H A Dno_destructor_unittest.cc26 struct CopyOnly { struct
/aosp_15_r20/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp143 struct CopyOnly { struct
H A Dimplicit-move.cpp227 struct CopyOnly { struct
/aosp_15_r20/external/cronet/base/
H A Dno_destructor_unittest.cc49 struct CopyOnly { struct

12