Searched refs:ShouldNotDerivePartialEq (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | derive-partialeq-union.rs | 11 pub union ShouldNotDerivePartialEq { 17 const UNINIT: ::std::mem::MaybeUninit<ShouldNotDerivePartialEq> = in bindgen_test_layout_ShouldNotDerivePartialEq() 21 ::std::mem::size_of::<ShouldNotDerivePartialEq>(), in bindgen_test_layout_ShouldNotDerivePartialEq() 23 concat!("Size of: ", stringify!(ShouldNotDerivePartialEq)) in bindgen_test_layout_ShouldNotDerivePartialEq() 26 ::std::mem::align_of::<ShouldNotDerivePartialEq>(), in bindgen_test_layout_ShouldNotDerivePartialEq() 28 concat!("Alignment of ", stringify!(ShouldNotDerivePartialEq)) in bindgen_test_layout_ShouldNotDerivePartialEq() 35 stringify!(ShouldNotDerivePartialEq), in bindgen_test_layout_ShouldNotDerivePartialEq() 45 stringify!(ShouldNotDerivePartialEq), in bindgen_test_layout_ShouldNotDerivePartialEq() 51 impl Default for ShouldNotDerivePartialEq {
|
H A D | derive-partialeq-and-blocklist.rs | 13 pub struct ShouldNotDerivePartialEq { structure names 18 const UNINIT: ::std::mem::MaybeUninit<ShouldNotDerivePartialEq> = in bindgen_test_layout_ShouldNotDerivePartialEq() 22 ::std::mem::size_of::<ShouldNotDerivePartialEq>(), in bindgen_test_layout_ShouldNotDerivePartialEq() 24 concat!("Size of: ", stringify!(ShouldNotDerivePartialEq)) in bindgen_test_layout_ShouldNotDerivePartialEq() 27 ::std::mem::align_of::<ShouldNotDerivePartialEq>(), in bindgen_test_layout_ShouldNotDerivePartialEq() 29 concat!("Alignment of ", stringify!(ShouldNotDerivePartialEq)) in bindgen_test_layout_ShouldNotDerivePartialEq() 36 stringify!(ShouldNotDerivePartialEq), in bindgen_test_layout_ShouldNotDerivePartialEq() 42 impl Default for ShouldNotDerivePartialEq {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | derive-partialeq-and-blocklist.hpp | 9 struct ShouldNotDerivePartialEq { struct
|
H A D | derive-partialeq-union.hpp | 4 union ShouldNotDerivePartialEq { union
|
Completed in 2 milliseconds