Home
last modified time | relevance | path

Searched refs:DerivedWithoutVtable (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.rs133 pub struct DerivedWithoutVtable { structure names
139 ::std::mem::size_of::<DerivedWithoutVtable>(), in bindgen_test_layout_DerivedWithoutVtable()
141 concat!("Size of: ", stringify!(DerivedWithoutVtable)) in bindgen_test_layout_DerivedWithoutVtable()
144 ::std::mem::align_of::<DerivedWithoutVtable>(), in bindgen_test_layout_DerivedWithoutVtable()
146 concat!("Alignment of ", stringify!(DerivedWithoutVtable)) in bindgen_test_layout_DerivedWithoutVtable()
149 impl Default for DerivedWithoutVtable {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dinherit-from-template-instantiation-with-vtable.hpp37 class DerivedWithoutVtable : public BaseWithoutVtable<char*> {}; class

Completed in 1 milliseconds