Searched defs:Iface1 (Results 1 – 8 of 8) sorted by relevance
8 @interface Iface1 @end interface16 - (void) test:(Iface1 *)arg;17 - (void) test2:(Iface1 *)arg;
Iface1.java package Iface1 extends java.lang.Object { public static final float mFloaty public static ...
17 interface Iface1 { interface
20 public interface Iface1 { interface
577 static interface Iface1 { default void callIface1() {} } in callIface1() interface in InvokeInterface
892 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() local