Home
last modified time | relevance | path

Searched refs:Doggo (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddoggo-or-null.rs10 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 Dissue-807-opaque-types-methods-being-generated.rs28 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 Ddoggo-or-null.hpp3 class Doggo { class
18 Doggo doggo;
H A Dissue-807-opaque-types-methods-being-generated.hpp6 class Doggo {}; class
28 static Doggo MAJESTIC_AF;

Completed in 3 milliseconds