Searched refs:DerivedStruct (Results 1 – 1 of 1) sorted by relevance
383 struct DerivedStruct : public AStruct { struct458 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0)); in TEST()460 DerivedStruct d; in TEST()564 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()566 DerivedStruct d; in TEST()