Home
last modified time | relevance | path

Searched refs:ComplexInheritance (Results 1 – 2 of 2) sorted by relevance

/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java1276 public abstract static class ComplexInheritance extends AbstractBase implements IntfA, IntfB { class in AutoValueTest
1277 public static ComplexInheritance create(String name) { in create()
1301 ComplexInheritance complex = ComplexInheritance.create("fred"); in testComplexInheritance()
/external/icing/icing/schema/
Dschema-util_test.cc1847 TEST_P(SchemaUtilTest, ComplexInheritance) { in TEST_P() argument