Searched refs:DerivedSub2 (Results 1 - 2 of 2) sorted by relevance
/external/googletest/googlemock/test/ | ||
H A D | gmock-matchers_test.cc | 3233 class DerivedSub2 : public VirtualDerived {}; class in struct:testing::gmock_matchers_test::AmbiguousCastTypes 3234 class ManyDerivedInHierarchy : public DerivedSub1, public DerivedSub2 {}; |
/external/v8/testing/gmock/test/ | ||
H A D | gmock-matchers_test.cc | 3219 class DerivedSub2 : public VirtualDerived {}; class in struct:testing::gmock_matchers_test::AmbiguousCastTypes 3220 class ManyDerivedInHierarchy : public DerivedSub1, public DerivedSub2 {}; |
Completed in 541 milliseconds