Home
last modified time | relevance | path

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

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java1246 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()
1780 BaseInterface if2 = new DerivedInterface() {}; in test() local
1785 null, if1, if2 } }), in test()
[all …]

Completed in 26 milliseconds