Searched refs:WithUnion (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | class_1_0.rs | 458 pub struct WithUnion { structure names 463 const UNINIT: ::std::mem::MaybeUninit<WithUnion> = in bindgen_test_layout_WithUnion() 467 ::std::mem::size_of::<WithUnion>(), in bindgen_test_layout_WithUnion() 469 concat!("Size of: ", stringify!(WithUnion)) in bindgen_test_layout_WithUnion() 472 ::std::mem::align_of::<WithUnion>(), in bindgen_test_layout_WithUnion() 474 concat!("Alignment of ", stringify!(WithUnion)) in bindgen_test_layout_WithUnion() 481 stringify!(WithUnion), in bindgen_test_layout_WithUnion() 487 impl Clone for WithUnion {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | class_1_0.rs | 642 pub struct WithUnion { structure names 647 const UNINIT: ::std::mem::MaybeUninit<WithUnion> = in bindgen_test_layout_WithUnion() 651 ::std::mem::size_of::<WithUnion>(), in bindgen_test_layout_WithUnion() 653 concat!("Size of: ", stringify!(WithUnion)) in bindgen_test_layout_WithUnion() 656 ::std::mem::align_of::<WithUnion>(), in bindgen_test_layout_WithUnion() 658 concat!("Alignment of ", stringify!(WithUnion)) in bindgen_test_layout_WithUnion() 665 stringify!(WithUnion), in bindgen_test_layout_WithUnion() 671 impl Clone for WithUnion {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | wrap_unsafe_ops_class.hpp | 63 class WithUnion { class
|
H A D | class.hpp | 63 class WithUnion { class
|
H A D | class_1_0.hpp | 65 class WithUnion { class
|
Completed in 4 milliseconds