Searched refs:ComplexInheritance (Results 1 – 2 of 2) sorted by relevance
1276 public abstract static class ComplexInheritance extends AbstractBase implements IntfA, IntfB { class in AutoValueTest1277 public static ComplexInheritance create(String name) { in create()1301 ComplexInheritance complex = ComplexInheritance.create("fred"); in testComplexInheritance()
1862 TEST_P(SchemaUtilTest, ComplexInheritance) { in TEST_P() argument