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/
H A Dtemplate.rs318 pub struct RootedContainer { structure names
323 const UNINIT: ::std::mem::MaybeUninit<RootedContainer> = in bindgen_test_layout_RootedContainer()
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 {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtemplate.hpp58 class RootedContainer { class

Completed in 2 milliseconds