Home
last modified time | relevance | path

Searched defs:NoCopy (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp156 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 Dvalue.pass.cpp144 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 Din_place_type.pass.cpp144 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 Dvalue.pass.cpp132 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 Demplace.pass.cpp260 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 Demplace.pass.cpp250 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 Dtransform.pass.cpp79 struct NoCopy { struct
81 NoCopy(const NoCopy&) { assert(false); } in NoCopy() function
82 int operator()(const NoCopy&&) { return 1; } in operator ()() argument
H A Dand_then.pass.cpp135 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 Dquiche_linked_hash_map_test.cc48 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 Dassign.pair_like_rv_const.pass.cpp101 struct NoCopy { in test() struct
106 constexpr NoCopy const& operator=(NoCopy&&) const { return *this; } in test()
H A Dassign.pair_like_rv.pass.cpp91 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 Dasserting.rs18 struct NoCopy; struct
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dasserting.rs18 struct NoCopy; struct
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dasserting.rs18 struct NoCopy; struct
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dasserting.rs18 struct NoCopy; struct
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dasserting.rs18 struct NoCopy; struct
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp10 struct NoCopy { struct
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dinlined_vector_test.cc312 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 Dstr_join_test.cc444 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 Dstr_join_test.cc444 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 Dvalue.pass.cpp196 struct NoCopy { in test_sfinae_constraints() struct
/aosp_15_r20/external/libchrome/base/
H A Dtemplate_util_unittest.cc95 class NoCopy { class
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_pointer.pass.cpp151 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 Dvalue.pass.cpp184 struct NoCopy { in test_sfinae_constraints() struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp99 constexpr bool NoCopy = false; in convert() local

12