Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_with_derive_debug.rs81 pub struct WithLittleArray { structure names
86 const UNINIT: ::std::mem::MaybeUninit<WithLittleArray> = in bindgen_test_layout_WithLittleArray()
90 ::std::mem::size_of::<WithLittleArray>(), in bindgen_test_layout_WithLittleArray()
92 concat!("Size of: ", stringify!(WithLittleArray)) in bindgen_test_layout_WithLittleArray()
95 ::std::mem::align_of::<WithLittleArray>(), in bindgen_test_layout_WithLittleArray()
97 concat!("Alignment of ", stringify!(WithLittleArray)) in bindgen_test_layout_WithLittleArray()
104 stringify!(WithLittleArray), in bindgen_test_layout_WithLittleArray()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dstruct_with_derive_debug.h11 struct WithLittleArray { struct

Completed in 1 milliseconds