Searched refs:DerivedClass (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3604 class DerivedClass : public AClass { class in namespace:testing::gmock_matchers_test
3666 // The matcher expects a DerivedClass, but inside the Property() we
3668 Matcher<const DerivedClass&> m = Property(&AClass::n, Ge(0));
3670 DerivedClass d;
3760 // The matcher expects a DerivedClass, but inside the Property() we
3762 Matcher<const DerivedClass*> m = Property(&AClass::n, Ge(0));
3764 DerivedClass d;

Completed in 26 milliseconds