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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3393 struct DerivedStruct : public AStruct { struct in namespace:testing::gmock_matchers_test
3397 GTEST_DISALLOW_ASSIGN_(DerivedStruct);
3460 // Note that the matcher expects DerivedStruct but we say AStruct
3462 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0));
3464 DerivedStruct d;
3544 // Note that the matcher expects DerivedStruct but we say AStruct
3546 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0));
3548 DerivedStruct d;

Completed in 26 milliseconds