Searched defs:DerivedWithVtable (Results 1 – 2 of 2) sorted by relevance
104 pub struct DerivedWithVtable { struct105 pub vtable_: *const DerivedWithVtable__bindgen_vtable, argument111 ::std::mem::size_of::<DerivedWithVtable>(), in bindgen_test_layout_DerivedWithVtable() argument121 impl Default for DerivedWithVtable { implementation
32 class DerivedWithVtable : public BaseWithoutVtable<char*> { class