Searched refs:nsFoo (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | extern-const-struct.rs | 10 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 D | typeref.rs | 89 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 D | typeref_1_0.hpp | 3 struct nsFoo; 13 nsFoo* mFoo; 28 struct nsFoo { struct
|
H A D | typeref.hpp | 2 struct nsFoo; 12 nsFoo* mFoo; 27 struct nsFoo { struct
|
H A D | extern-const-struct.h | 3 struct nsFoo { struct 7 extern const struct nsFoo gDetails;
|
Completed in 2 milliseconds