Searched defs:DerivedType1 (Results 1 – 1 of 1) sorted by relevance
1364 struct DerivedType1 : public BaseStruct { struct1365 explicit DerivedType1(int a, int b) : BaseStruct(a), b(b) {} in DerivedType1() argument1366 int b;