Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs96 pub struct PubPriv { structure names
102 const UNINIT: ::std::mem::MaybeUninit<PubPriv> = in bindgen_test_layout_PubPriv()
106 ::std::mem::size_of::<PubPriv>(), in bindgen_test_layout_PubPriv()
108 concat!("Size of: ", stringify!(PubPriv)) in bindgen_test_layout_PubPriv()
111 ::std::mem::align_of::<PubPriv>(), in bindgen_test_layout_PubPriv()
113 concat!("Alignment of ", stringify!(PubPriv)) in bindgen_test_layout_PubPriv()
120 stringify!(PubPriv), in bindgen_test_layout_PubPriv()
130 stringify!(PubPriv), in bindgen_test_layout_PubPriv()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dprivate_fields.hpp2 class PubPriv { class

Completed in 2 milliseconds