Searched refs:NoCopy (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | no_copy_allowlisted.rs | 10 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 D | no_copy_opaque.rs | 11 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 D | allowlisted_item_references_no_copy.rs | 10 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 D | allowlisted_item_references_no_copy.hpp | 1 // bindgen-flags: --allowlist-type "AllowlistMe" --no-copy "NoCopy" 3 struct NoCopy {}; struct 6 NoCopy a;
|
H A D | no_copy_allowlisted.hpp | 1 // bindgen-flags: --allowlist-type "NoCopy" --no-copy "NoCopy" 3 class NoCopy { class
|
H A D | no_copy_opaque.hpp | 1 // bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy" 3 class NoCopy { class
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 312 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