Home | History | Annotate | Download | only in test

Lines Matching refs:DerivedClass

3037 class DerivedClass : public AClass {
3097 // The matcher expects a DerivedClass, but inside the Property() we
3099 Matcher<const DerivedClass&> m = Property(&AClass::n, Ge(0));
3101 DerivedClass d;
3191 // The matcher expects a DerivedClass, but inside the Property() we
3193 Matcher<const DerivedClass*> m = Property(&AClass::n, Ge(0));
3195 DerivedClass d;