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

/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3222 class DerivedSub1 : public VirtualDerived {}; class in struct:testing::gmock_matchers_test::AmbiguousCastTypes
3224 class ManyDerivedInHierarchy : public DerivedSub1, public DerivedSub2 {};
3228 AmbiguousCastTypes::DerivedSub1 sub1;
3232 static_cast<AmbiguousCastTypes::DerivedSub1*>(&many_derived);
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc3218 class DerivedSub1 : public VirtualDerived {}; class in struct:testing::gmock_matchers_test::AmbiguousCastTypes
3220 class ManyDerivedInHierarchy : public DerivedSub1, public DerivedSub2 {};
3224 AmbiguousCastTypes::DerivedSub1 sub1;
3228 static_cast<AmbiguousCastTypes::DerivedSub1*>(&many_derived);

Completed in 107 milliseconds