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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3226 class DerivedSub1 : public VirtualDerived {}; class in struct:testing::gmock_matchers_test::AmbiguousCastTypes
3228 class ManyDerivedInHierarchy : public DerivedSub1, public DerivedSub2 {};
3232 AmbiguousCastTypes::DerivedSub1 sub1;
3236 static_cast<AmbiguousCastTypes::DerivedSub1*>(&many_derived);

Completed in 25 milliseconds