Searched refs:Doggo (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | doggo-or-null.rs | 10 pub struct Doggo { structure names 15 const UNINIT: ::std::mem::MaybeUninit<Doggo> = in bindgen_test_layout_Doggo() 19 ::std::mem::size_of::<Doggo>(), in bindgen_test_layout_Doggo() 21 concat!("Size of: ", stringify!(Doggo)) in bindgen_test_layout_Doggo() 24 ::std::mem::align_of::<Doggo>(), in bindgen_test_layout_Doggo() 26 concat!("Alignment of ", stringify!(Doggo)) in bindgen_test_layout_Doggo() 31 concat!("Offset of field: ", stringify!(Doggo), "::", stringify!(x)) in bindgen_test_layout_Doggo()
|
H A D | issue-807-opaque-types-methods-being-generated.rs | 28 pub struct Doggo { structure names 34 ::std::mem::size_of::<Doggo>(), in bindgen_test_layout_Doggo() 36 concat!("Size of: ", stringify!(Doggo)) in bindgen_test_layout_Doggo() 39 ::std::mem::align_of::<Doggo>(), in bindgen_test_layout_Doggo() 41 concat!("Alignment of ", stringify!(Doggo)) in bindgen_test_layout_Doggo() 103 pub static mut Opaque_MAJESTIC_AF: Doggo;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | doggo-or-null.hpp | 3 class Doggo { class 18 Doggo doggo;
|
H A D | issue-807-opaque-types-methods-being-generated.hpp | 6 class Doggo {}; class 28 static Doggo MAJESTIC_AF;
|
Completed in 3 milliseconds