Searched refs:DerivedStruct (Results 1 – 3 of 3) sorted by relevance
50 struct DerivedStruct : public BaseStruct { struct150 DerivedStruct* v; in main()
2929 struct DerivedStruct : public AStruct { struct2933 GTEST_DISALLOW_ASSIGN_(DerivedStruct);2998 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0)); in TEST()3000 DerivedStruct d; in TEST()3082 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()3084 DerivedStruct d; in TEST()
3886 struct DerivedStruct : public AStruct { struct3890 GTEST_DISALLOW_ASSIGN_(DerivedStruct);3962 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0)); in TEST()3964 DerivedStruct d; in TEST()4067 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()4069 DerivedStruct d; in TEST()