Home
last modified time | relevance | path

Searched refs:NoCopy (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dno_copy_allowlisted.rs10 pub struct NoCopy { structure names
15 const UNINIT: ::std::mem::MaybeUninit<NoCopy> = in bindgen_test_layout_NoCopy()
19 ::std::mem::size_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
21 concat!("Size of: ", stringify!(NoCopy)) in bindgen_test_layout_NoCopy()
24 ::std::mem::align_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
26 concat!("Alignment of ", stringify!(NoCopy)) in bindgen_test_layout_NoCopy()
31 concat!("Offset of field: ", stringify!(NoCopy), "::", stringify!(i)) in bindgen_test_layout_NoCopy()
H A Dno_copy_opaque.rs11 pub struct NoCopy { structure names
17 ::std::mem::size_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
19 concat!("Size of: ", stringify!(NoCopy)) in bindgen_test_layout_NoCopy()
22 ::std::mem::align_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
24 concat!("Alignment of ", stringify!(NoCopy)) in bindgen_test_layout_NoCopy()
H A Dallowlisted_item_references_no_copy.rs10 pub struct NoCopy { structure names
16 ::std::mem::size_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
18 concat!("Size of: ", stringify!(NoCopy)) in bindgen_test_layout_NoCopy()
21 ::std::mem::align_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
23 concat!("Alignment of ", stringify!(NoCopy)) in bindgen_test_layout_NoCopy()
29 pub a: NoCopy,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dallowlisted_item_references_no_copy.hpp1 // bindgen-flags: --allowlist-type "AllowlistMe" --no-copy "NoCopy"
3 struct NoCopy {}; struct
6 NoCopy a;
H A Dno_copy_allowlisted.hpp1 // bindgen-flags: --allowlist-type "NoCopy" --no-copy "NoCopy"
3 class NoCopy { class
H A Dno_copy_opaque.hpp1 // bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy"
3 class NoCopy { class
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc312 struct NoCopy { struct
313 NoCopy() {} in NoCopy() function
314 NoCopy(const NoCopy&) = delete;
329 TEST(InlinedVectorTest, NoCopy) { in TEST()
330 absl::InlinedVector<NoCopy, 1> v(10); in TEST()

Completed in 6 milliseconds