Home
last modified time | relevance | path

Searched refs:RootedContainer (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtemplate.rs318 pub struct RootedContainer { struct
323 const UNINIT: ::std::mem::MaybeUninit<RootedContainer> = in bindgen_test_layout_RootedContainer() argument
327 ::std::mem::size_of::<RootedContainer>(), in bindgen_test_layout_RootedContainer()
329 concat!("Size of: ", stringify!(RootedContainer)) in bindgen_test_layout_RootedContainer()
332 ::std::mem::align_of::<RootedContainer>(), in bindgen_test_layout_RootedContainer()
334 concat!("Alignment of ", stringify!(RootedContainer)) in bindgen_test_layout_RootedContainer()
341 stringify!(RootedContainer), in bindgen_test_layout_RootedContainer()
347 impl Default for RootedContainer { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate.hpp58 class RootedContainer { class