Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dannotation_hide.rs30 pub struct NotAnnotated { structure names
35 const UNINIT: ::std::mem::MaybeUninit<NotAnnotated> = in bindgen_test_layout_NotAnnotated()
39 ::std::mem::size_of::<NotAnnotated>(), in bindgen_test_layout_NotAnnotated()
41 concat!("Size of: ", stringify!(NotAnnotated)) in bindgen_test_layout_NotAnnotated()
44 ::std::mem::align_of::<NotAnnotated>(), in bindgen_test_layout_NotAnnotated()
46 concat!("Alignment of ", stringify!(NotAnnotated)) in bindgen_test_layout_NotAnnotated()
53 stringify!(NotAnnotated), in bindgen_test_layout_NotAnnotated()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dannotation_hide.hpp14 struct NotAnnotated { struct

Completed in 2 milliseconds