Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dinherit-from-template-instantiation-with-vtable.rs104 pub struct DerivedWithVtable { structure names
111 ::std::mem::size_of::<DerivedWithVtable>(), in bindgen_test_layout_DerivedWithVtable()
113 concat!("Size of: ", stringify!(DerivedWithVtable)) in bindgen_test_layout_DerivedWithVtable()
116 ::std::mem::align_of::<DerivedWithVtable>(), in bindgen_test_layout_DerivedWithVtable()
118 concat!("Alignment of ", stringify!(DerivedWithVtable)) in bindgen_test_layout_DerivedWithVtable()
121 impl Default for DerivedWithVtable {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dinherit-from-template-instantiation-with-vtable.hpp32 class DerivedWithVtable : public BaseWithoutVtable<char*> { class

Completed in 1 milliseconds