Searched defs:DerivedType2 (Results 1 – 1 of 1) sorted by relevance
1375 struct DerivedType2 : public BaseStruct { struct1376 explicit DerivedType2(int a, int c) : BaseStruct(a), c(c) {} in DerivedType2() function1377 int c;