Searched refs:DerivedStruct (Results 1 – 1 of 1) sorted by relevance
384 struct DerivedStruct : public AStruct { struct459 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0)); in TEST()461 DerivedStruct d; in TEST()565 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()567 DerivedStruct d; in TEST()