Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dno_copy_allowlisted.rs4 pub struct NoCopy { struct
9 ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 4usize]; argument
Dno_copy_opaque.rs5 pub struct NoCopy { struct
10 ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 4usize]; argument
Dallowlisted_item_references_no_copy.rs4 pub struct NoCopy { struct
9 ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 1usize]; argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dno_copy_allowlisted.hpp3 class NoCopy { class
Dno_copy_opaque.hpp3 class NoCopy { class
Dallowlisted_item_references_no_copy.hpp3 struct NoCopy {}; struct
/third_party/rust/rust/tests/ui/issues/
Dissue-24357.rs1 struct NoCopy; struct
/third_party/rust/rust/tests/ui/rfcs/rfc-2361-dbg-macro/
Ddbg-macro-move-semantics.rs4 struct NoCopy(usize); struct
Ddbg-macro-expected-behavior.rs19 struct NoCopy(usize); struct
/third_party/rust/rust/library/core/tests/
Dasserting.rs18 struct NoCopy; struct
/third_party/rust/rust/tests/ui/asm/
Dissue-99122-2.rs7 struct NoCopy; struct
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc312 struct NoCopy { struct
313 NoCopy() {} in NoCopy() function
329 TEST(InlinedVectorTest, NoCopy) { in TEST() argument