Home
last modified time | relevance | path

Searched defs:DerivedWithoutVtable (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dinherit-from-template-instantiation-with-vtable.rs133 pub struct DerivedWithoutVtable { struct
139 ::std::mem::size_of::<DerivedWithoutVtable>(), in bindgen_test_layout_DerivedWithoutVtable() argument
149 impl Default for DerivedWithoutVtable { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dinherit-from-template-instantiation-with-vtable.hpp37 class DerivedWithoutVtable : public BaseWithoutVtable<char*> {}; class