Home
last modified time | relevance | path

Searched refs:nsFoo (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dextern-const-struct.rs10 pub struct nsFoo { structure names
15 const UNINIT: ::std::mem::MaybeUninit<nsFoo> = in bindgen_test_layout_nsFoo()
19 ::std::mem::size_of::<nsFoo>(), in bindgen_test_layout_nsFoo()
21 concat!("Size of: ", stringify!(nsFoo)) in bindgen_test_layout_nsFoo()
24 ::std::mem::align_of::<nsFoo>(), in bindgen_test_layout_nsFoo()
26 concat!("Alignment of ", stringify!(nsFoo)) in bindgen_test_layout_nsFoo()
33 stringify!(nsFoo), in bindgen_test_layout_nsFoo()
39 impl Default for nsFoo {
49 pub static gDetails: nsFoo;
H A Dtyperef.rs89 pub mFoo: *mut nsFoo,
122 pub struct nsFoo { structure names
127 const UNINIT: ::std::mem::MaybeUninit<nsFoo> = in bindgen_test_layout_nsFoo()
131 ::std::mem::size_of::<nsFoo>(), in bindgen_test_layout_nsFoo()
133 concat!("Size of: ", stringify!(nsFoo)) in bindgen_test_layout_nsFoo()
136 ::std::mem::align_of::<nsFoo>(), in bindgen_test_layout_nsFoo()
138 concat!("Alignment of ", stringify!(nsFoo)) in bindgen_test_layout_nsFoo()
145 stringify!(nsFoo), in bindgen_test_layout_nsFoo()
151 impl Default for nsFoo {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtyperef_1_0.hpp3 struct nsFoo;
13 nsFoo* mFoo;
28 struct nsFoo { struct
H A Dtyperef.hpp2 struct nsFoo;
12 nsFoo* mFoo;
27 struct nsFoo { struct
H A Dextern-const-struct.h3 struct nsFoo { struct
7 extern const struct nsFoo gDetails;

Completed in 1 milliseconds