Home
last modified time | relevance | path

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

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A 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()
/aosp_15_r20/external/icing/icing/schema/
H A Dschema-util_test.cc1862 TEST_P(SchemaUtilTest, ComplexInheritance) { in TEST_P() argument