Searched refs:if1 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 1245 XInterface if1 = new XInterface() {}; in test() local 1250 new Object[] { null, if1, if2, in test() 1253 new XInterface[] { null, if1, if2, in test() 1261 BaseInterface if1 = new BaseInterface() {}; in test() local 1265 new BaseInterface[] { null, if1, in test() 1268 new XInterface[] { null, if1, if2 })); in test() 1275 DerivedInterface if1 = new DerivedInterface() {}; in test() local 1279 if1 }), in test() 1281 new XInterface[] { null, if1 })); in test() 1305 DerivedInterface if1 = new DerivedInterface() {}; in test() local [all …]
|