Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs367 pub struct InheritsPrivately { structure names
373 ::std::mem::size_of::<InheritsPrivately>(), in bindgen_test_layout_InheritsPrivately()
375 concat!("Size of: ", stringify!(InheritsPrivately)) in bindgen_test_layout_InheritsPrivately()
378 ::std::mem::align_of::<InheritsPrivately>(), in bindgen_test_layout_InheritsPrivately()
380 concat!("Alignment of ", stringify!(InheritsPrivately)) in bindgen_test_layout_InheritsPrivately()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dprivate_fields.hpp29 class InheritsPrivately : Base {}; class

Completed in 2 milliseconds