Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs403 pub struct WithAnonStruct { structure names
472 ::std::mem::size_of::<WithAnonStruct>(), in bindgen_test_layout_WithAnonStruct()
474 concat!("Size of: ", stringify!(WithAnonStruct)) in bindgen_test_layout_WithAnonStruct()
477 ::std::mem::align_of::<WithAnonStruct>(), in bindgen_test_layout_WithAnonStruct()
479 concat!("Alignment of ", stringify!(WithAnonStruct)) in bindgen_test_layout_WithAnonStruct()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dprivate_fields.hpp32 class WithAnonStruct { class

Completed in 2 milliseconds