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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3224 struct AmbiguousCastTypes { struct in namespace:testing::gmock_matchers_test
3232 AmbiguousCastTypes::DerivedSub1 sub1;
3233 AmbiguousCastTypes::ManyDerivedInHierarchy many_derived;
3236 static_cast<AmbiguousCastTypes::DerivedSub1*>(&many_derived);
3238 WhenDynamicCastTo<AmbiguousCastTypes::VirtualDerived*>(IsNull()));
3242 WhenDynamicCastTo<AmbiguousCastTypes::VirtualDerived*>(Not(IsNull())));

Completed in 14 milliseconds