Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-custom-cli.rs10 pub struct foo_struct { structure names
15 const UNINIT: ::std::mem::MaybeUninit<foo_struct> = in bindgen_test_layout_foo_struct()
19 ::std::mem::size_of::<foo_struct>(), in bindgen_test_layout_foo_struct()
21 concat!("Size of: ", stringify!(foo_struct)) in bindgen_test_layout_foo_struct()
24 ::std::mem::align_of::<foo_struct>(), in bindgen_test_layout_foo_struct()
26 concat!("Alignment of ", stringify!(foo_struct)) in bindgen_test_layout_foo_struct()
33 stringify!(foo_struct), in bindgen_test_layout_foo_struct()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-custom-cli.h2 struct foo_struct { struct

Completed in 1 milliseconds