Searched refs:ShouldDerivePartialEq (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | derive-partialeq-union_1_0.rs | 54 pub struct ShouldDerivePartialEq { struct 61 const UNINIT: ::std::mem::MaybeUninit<ShouldDerivePartialEq> = in bindgen_test_layout_ShouldDerivePartialEq() argument 65 ::std::mem::size_of::<ShouldDerivePartialEq>(), in bindgen_test_layout_ShouldDerivePartialEq() 67 concat!("Size of: ", stringify!(ShouldDerivePartialEq)) in bindgen_test_layout_ShouldDerivePartialEq() 70 ::std::mem::align_of::<ShouldDerivePartialEq>(), in bindgen_test_layout_ShouldDerivePartialEq() 72 concat!("Alignment of ", stringify!(ShouldDerivePartialEq)) in bindgen_test_layout_ShouldDerivePartialEq() 79 stringify!(ShouldDerivePartialEq), in bindgen_test_layout_ShouldDerivePartialEq() 89 stringify!(ShouldDerivePartialEq), in bindgen_test_layout_ShouldDerivePartialEq() 95 impl Clone for ShouldDerivePartialEq { implementation 100 impl Default for ShouldDerivePartialEq { implementation [all …]
|
D | derive-partialeq-base.rs | 55 pub struct ShouldDerivePartialEq { struct 61 ::std::mem::size_of::<ShouldDerivePartialEq>(), in bindgen_test_layout_ShouldDerivePartialEq() argument 63 concat!("Size of: ", stringify!(ShouldDerivePartialEq)) in bindgen_test_layout_ShouldDerivePartialEq() 66 ::std::mem::align_of::<ShouldDerivePartialEq>(), in bindgen_test_layout_ShouldDerivePartialEq() 68 concat!("Alignment of ", stringify!(ShouldDerivePartialEq)) in bindgen_test_layout_ShouldDerivePartialEq() 71 impl Default for ShouldDerivePartialEq { implementation 80 impl ::std::cmp::PartialEq for ShouldDerivePartialEq { implementation 81 fn eq(&self, other: &ShouldDerivePartialEq) -> bool { in eq()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | derive-partialeq-union_1_0.hpp | 4 union ShouldDerivePartialEq { union
|
D | derive-partialeq-base.hpp | 7 class ShouldDerivePartialEq: Base { class
|