Home
last modified time | relevance | path

Searched refs:SomeAccessors (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Daccessors.rs10 pub struct SomeAccessors { structure names
21 const UNINIT: ::std::mem::MaybeUninit<SomeAccessors> = in bindgen_test_layout_SomeAccessors()
25 ::std::mem::size_of::<SomeAccessors>(), in bindgen_test_layout_SomeAccessors()
27 concat!("Size of: ", stringify!(SomeAccessors)) in bindgen_test_layout_SomeAccessors()
30 ::std::mem::align_of::<SomeAccessors>(), in bindgen_test_layout_SomeAccessors()
32 concat!("Alignment of ", stringify!(SomeAccessors)) in bindgen_test_layout_SomeAccessors()
41 stringify!(SomeAccessors), in bindgen_test_layout_SomeAccessors()
53 stringify!(SomeAccessors), in bindgen_test_layout_SomeAccessors()
66 stringify!(SomeAccessors), in bindgen_test_layout_SomeAccessors()
79 stringify!(SomeAccessors), in bindgen_test_layout_SomeAccessors()
85 impl SomeAccessors { global() impls
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Daccessors.hpp1 struct SomeAccessors { struct

Completed in 1 milliseconds