Home
last modified time | relevance | path

Searched refs:ShouldDerivePartialEq (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-partialeq-union_1_0.rs54 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 …]
Dderive-partialeq-base.rs55 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/
Dderive-partialeq-union_1_0.hpp4 union ShouldDerivePartialEq { union
Dderive-partialeq-base.hpp7 class ShouldDerivePartialEq: Base { class