Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dcrtp.rs33 pub struct BaseWithDestructor { structure names
71 ::std::mem::size_of::<BaseWithDestructor>(), in __bindgen_test_layout_BaseWithDestructor_open0_DerivedFromBaseWithDestructor_close0_instantiation()
75 stringify!(BaseWithDestructor) in __bindgen_test_layout_BaseWithDestructor_open0_DerivedFromBaseWithDestructor_close0_instantiation()
79 ::std::mem::align_of::<BaseWithDestructor>(), in __bindgen_test_layout_BaseWithDestructor_open0_DerivedFromBaseWithDestructor_close0_instantiation()
83 stringify!(BaseWithDestructor) in __bindgen_test_layout_BaseWithDestructor_open0_DerivedFromBaseWithDestructor_close0_instantiation()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dcrtp.hpp7 class BaseWithDestructor { class
8 ~BaseWithDestructor();
12 public BaseWithDestructor<DerivedFromBaseWithDestructor> {};

Completed in 1 milliseconds