Searched refs:InheritsOpaqueTemplate (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | opaque-template-inst-member.rs | 73 pub struct InheritsOpaqueTemplate { structure names 79 const UNINIT: ::std::mem::MaybeUninit<InheritsOpaqueTemplate> = in bindgen_test_layout_InheritsOpaqueTemplate() 83 ::std::mem::size_of::<InheritsOpaqueTemplate>(), in bindgen_test_layout_InheritsOpaqueTemplate() 85 concat!("Size of: ", stringify!(InheritsOpaqueTemplate)) in bindgen_test_layout_InheritsOpaqueTemplate() 88 ::std::mem::align_of::<InheritsOpaqueTemplate>(), in bindgen_test_layout_InheritsOpaqueTemplate() 90 concat!("Alignment of ", stringify!(InheritsOpaqueTemplate)) in bindgen_test_layout_InheritsOpaqueTemplate() 97 stringify!(InheritsOpaqueTemplate), in bindgen_test_layout_InheritsOpaqueTemplate() 103 impl Default for InheritsOpaqueTemplate { 112 impl ::std::cmp::PartialEq for InheritsOpaqueTemplate { 113 fn eq(&self, other: &InheritsOpaqueTemplate) [all...] |
H A D | opaque-template-inst-member-2.rs | 61 pub struct InheritsOpaqueTemplate { structure names 67 const UNINIT: ::std::mem::MaybeUninit<InheritsOpaqueTemplate> = in bindgen_test_layout_InheritsOpaqueTemplate() 71 ::std::mem::size_of::<InheritsOpaqueTemplate>(), in bindgen_test_layout_InheritsOpaqueTemplate() 73 concat!("Size of: ", stringify!(InheritsOpaqueTemplate)) in bindgen_test_layout_InheritsOpaqueTemplate() 76 ::std::mem::align_of::<InheritsOpaqueTemplate>(), in bindgen_test_layout_InheritsOpaqueTemplate() 78 concat!("Alignment of ", stringify!(InheritsOpaqueTemplate)) in bindgen_test_layout_InheritsOpaqueTemplate() 85 stringify!(InheritsOpaqueTemplate), in bindgen_test_layout_InheritsOpaqueTemplate() 91 impl Default for InheritsOpaqueTemplate {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | opaque-template-inst-member.hpp | 18 class InheritsOpaqueTemplate : public OpaqueTemplate<bool> { class
|
H A D | opaque-template-inst-member-2.hpp | 18 class InheritsOpaqueTemplate : public OpaqueTemplate<bool> { class
|
Completed in 1 milliseconds