Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs484 pub struct WithAnonUnion { structure names
517 ::std::mem::size_of::<WithAnonUnion>(), in bindgen_test_layout_WithAnonUnion()
519 concat!("Size of: ", stringify!(WithAnonUnion)) in bindgen_test_layout_WithAnonUnion()
522 ::std::mem::align_of::<WithAnonUnion>(), in bindgen_test_layout_WithAnonUnion()
524 concat!("Alignment of ", stringify!(WithAnonUnion)) in bindgen_test_layout_WithAnonUnion()
527 impl Default for WithAnonUnion {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dprivate_fields.hpp42 class WithAnonUnion { class

Completed in 2 milliseconds