Searched refs:DerivedStruct (Results 1 – 1 of 1) sorted by relevance
3936 struct DerivedStruct : public AStruct { struct3940 GTEST_DISALLOW_ASSIGN_(DerivedStruct);4012 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0)); in TEST()4014 DerivedStruct d; in TEST()4117 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()4119 DerivedStruct d; in TEST()