/aosp_15_r20/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
H A D | in_place_type.pass.cpp | 156 struct NoCopy { in test_ctor_sfinae() struct 159 NoCopy(int) {} in test_ctor_sfinae() function 160 NoCopy(std::initializer_list<int>, int) {} in test_ctor_sfinae() argument
|
H A D | value.pass.cpp | 144 struct NoCopy { in test_sfinae_constraints() struct 147 NoCopy(int) {} in test_sfinae_constraints() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/any/any.class/any.cons/ |
H A D | in_place_type.pass.cpp | 144 struct NoCopy { in test_ctor_sfinae() struct 147 NoCopy(int) {} in test_ctor_sfinae() function 148 NoCopy(std::initializer_list<int>, int) {} in test_ctor_sfinae() function
|
H A D | value.pass.cpp | 132 struct NoCopy { in test_sfinae_constraints() struct 135 NoCopy(int) {} in test_sfinae_constraints() argument
|
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
H A D | emplace.pass.cpp | 260 struct NoCopy { in test_emplace_sfinae_constraints() struct 263 NoCopy(int) {} in test_emplace_sfinae_constraints() function 264 NoCopy(std::initializer_list<int>, int, int) {} in test_emplace_sfinae_constraints() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/any/any.class/any.modifiers/ |
H A D | emplace.pass.cpp | 250 struct NoCopy { in test_emplace_sfinae_constraints() struct 253 NoCopy(int) {} in test_emplace_sfinae_constraints() argument 254 NoCopy(std::initializer_list<int>, int, int) {} in test_emplace_sfinae_constraints() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.monadic/ |
H A D | transform.pass.cpp | 79 struct NoCopy { struct 81 NoCopy(const NoCopy&) { assert(false); } in NoCopy() function 82 int operator()(const NoCopy&&) { return 1; } in operator ()() argument
|
H A D | and_then.pass.cpp | 135 struct NoCopy { struct 137 NoCopy(const NoCopy&) { assert(false); } in NoCopy() function 138 std::optional<int> operator()(const NoCopy&&) { return 1; } in operator ()() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | quiche_linked_hash_map_test.cc | 48 struct NoCopy { struct 49 explicit NoCopy(int x) : x(x) {} in NoCopy() argument 54 int x;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | assign.pair_like_rv_const.pass.cpp | 101 struct NoCopy { in test() struct 106 constexpr NoCopy const& operator=(NoCopy&&) const { return *this; } in test()
|
H A D | assign.pair_like_rv.pass.cpp | 91 struct NoCopy { in test() struct
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | asserting.rs | 18 struct NoCopy; struct
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | asserting.rs | 18 struct NoCopy; struct
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | asserting.rs | 18 struct NoCopy; struct
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | asserting.rs | 18 struct NoCopy; struct
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | asserting.rs | 18 struct NoCopy; struct
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/ |
H A D | p14-0x.cpp | 10 struct NoCopy { struct
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | inlined_vector_test.cc | 312 struct NoCopy { struct 313 NoCopy() {} in NoCopy() argument 329 TEST(InlinedVectorTest, NoCopy) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | str_join_test.cc | 444 class NoCopy { in TEST() class 446 explicit NoCopy(absl::string_view view) : view_(view) {} in TEST() function in __anon361a894a0111::TEST::NoCopy
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | str_join_test.cc | 444 class NoCopy { in TEST() class 446 explicit NoCopy(absl::string_view view) : view_(view) {} in TEST() function in __anonf0c5f2db0111::TEST::NoCopy
|
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.class/any.assign/ |
H A D | value.pass.cpp | 196 struct NoCopy { in test_sfinae_constraints() struct
|
/aosp_15_r20/external/libchrome/base/ |
H A D | template_util_unittest.cc | 95 class NoCopy { class
|
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
H A D | any_cast_pointer.pass.cpp | 151 struct NoCopy { NoCopy(NoCopy const&) = delete; }; in test_cast_non_copyable_type() struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/any/any.class/any.assign/ |
H A D | value.pass.cpp | 184 struct NoCopy { in test_sfinae_constraints() struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/ |
H A D | ObjectFileTransformer.cpp | 99 constexpr bool NoCopy = false; in convert() local
|