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