Searched defs:SomeSubclass (Results 1 – 1 of 1) sorted by relevance
18 struct SomeSubclass final : public SomeClass { struct21 int GetValue() const override { return 999; } in GetValue()