Searched refs:NoPartialEq (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | no-partialeq-allowlisted.rs | 10 pub struct NoPartialEq { structure names 15 const UNINIT: ::std::mem::MaybeUninit<NoPartialEq> = in bindgen_test_layout_NoPartialEq() 19 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq() 21 concat!("Size of: ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq() 24 ::std::mem::align_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq() 26 concat!("Alignment of ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq() 33 stringify!(NoPartialEq), in bindgen_test_layout_NoPartialEq()
|
H A D | no-partialeq-opaque.rs | 11 pub struct NoPartialEq { structure names 17 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq() 19 concat!("Size of: ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq() 22 ::std::mem::align_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq() 24 concat!("Alignment of ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
|
H A D | allowlisted-item-references-no-partialeq.rs | 10 pub struct NoPartialEq { structure names 16 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq() 18 concat!("Size of: ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq() 21 ::std::mem::align_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq() 23 concat!("Alignment of ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq() 29 pub a: NoPartialEq,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | allowlisted-item-references-no-partialeq.hpp | 1 // bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq" 3 struct NoPartialEq {}; struct 6 NoPartialEq a;
|
H A D | no-partialeq-allowlisted.hpp | 1 // bindgen-flags: --with-derive-partialeq --allowlist-type "NoPartialEq" --no-partialeq "NoPartialEq" 3 class NoPartialEq { class
|
H A D | no-partialeq-opaque.hpp | 1 // bindgen-flags: --with-derive-partialeq --opaque-type "NoPartialEq" --no-partialeq "NoPartialEq" 3 class NoPartialEq { class
|
Completed in 3 milliseconds