Home
last modified time | relevance | path

Searched refs:dont_pad_me (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dexplicit-padding.rs65 pub union dont_pad_me {
72 const UNINIT: ::std::mem::MaybeUninit<dont_pad_me> = in bindgen_test_layout_dont_pad_me()
76 ::std::mem::size_of::<dont_pad_me>(), in bindgen_test_layout_dont_pad_me()
78 concat!("Size of: ", stringify!(dont_pad_me)) in bindgen_test_layout_dont_pad_me()
81 ::std::mem::align_of::<dont_pad_me>(), in bindgen_test_layout_dont_pad_me()
83 concat!("Alignment of ", stringify!(dont_pad_me)) in bindgen_test_layout_dont_pad_me()
90 stringify!(dont_pad_me), in bindgen_test_layout_dont_pad_me()
100 stringify!(dont_pad_me), in bindgen_test_layout_dont_pad_me()
110 stringify!(dont_pad_me), in bindgen_test_layout_dont_pad_me()
116 impl Default for dont_pad_me {
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dexplicit-padding.h13 union dont_pad_me { union

Completed in 1 milliseconds