Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dinherit-from-template-instantiation-with-vtable.rs104 pub struct DerivedWithVtable { struct
105 pub vtable_: *const DerivedWithVtable__bindgen_vtable, argument
111 ::std::mem::size_of::<DerivedWithVtable>(), in bindgen_test_layout_DerivedWithVtable() argument
121 impl Default for DerivedWithVtable { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dinherit-from-template-instantiation-with-vtable.hpp32 class DerivedWithVtable : public BaseWithoutVtable<char*> { class