Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_with_derive_debug.rs10 pub struct LittleArray { structure names
15 const UNINIT: ::std::mem::MaybeUninit<LittleArray> = in bindgen_test_layout_LittleArray()
19 ::std::mem::size_of::<LittleArray>(), in bindgen_test_layout_LittleArray()
21 concat!("Size of: ", stringify!(LittleArray)) in bindgen_test_layout_LittleArray()
24 ::std::mem::align_of::<LittleArray>(), in bindgen_test_layout_LittleArray()
26 concat!("Alignment of ", stringify!(LittleArray)) in bindgen_test_layout_LittleArray()
33 stringify!(LittleArray), in bindgen_test_layout_LittleArray()
82 pub a: LittleArray,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dstruct_with_derive_debug.h3 struct LittleArray { struct
12 struct LittleArray a;

Completed in 1 milliseconds