Searched defs:DerivedWithoutVtable (Results 1 – 2 of 2) sorted by relevance
133 pub struct DerivedWithoutVtable { struct139 ::std::mem::size_of::<DerivedWithoutVtable>(), in bindgen_test_layout_DerivedWithoutVtable() argument149 impl Default for DerivedWithoutVtable { implementation
37 class DerivedWithoutVtable : public BaseWithoutVtable<char*> {}; class