Searched refs:if2 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 1246 XInterface if2 = new BaseInterface() {}; in test() local 1250 new Object[] { null, if1, if2, in test() 1253 new XInterface[] { null, if1, if2, in test() 1262 BaseInterface if2 = new DerivedInterface() {}; in test() local 1266 if2 }), in test() 1268 new XInterface[] { null, if1, if2 })); in test() 1759 XInterface if2 = new BaseInterface() {}; in test() local 1764 new Object[] { null, if1, if2, in test() 1768 new XInterface[] { null, if1, if2, in test() 1780 BaseInterface if2 = new DerivedInterface() {}; in test() local [all …]
|