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