Home
last modified time | relevance | path

Searched refs:ShouldNotDerivePartialEq (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-partialeq-union.rs11 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 Dderive-partialeq-and-blocklist.rs13 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 Dderive-partialeq-and-blocklist.hpp9 struct ShouldNotDerivePartialEq { struct
H A Dderive-partialeq-union.hpp4 union ShouldNotDerivePartialEq { union

Completed in 2 milliseconds