Home
last modified time | relevance | path

Searched defs:InterfaceA (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaObjCXX/
Dtypo-correction.mm14 @interface InterfaceA : NSObject interface
19 @implementation InterfaceA implementation
/external/go-cmp/cmp/internal/teststructs/
Dstructs.go7 type InterfaceA interface { interface
8 InterfaceA() methodSpec
82 func (x StructC) InterfaceA() {} func
84 func (x *StructD) InterfaceA() {} func
86 func (x StructE) InterfaceA() {} func
88 func (x *StructF) InterfaceA() {} func
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/autofuzz/
DInterfaceCreationTest.java24 public interface InterfaceA { interface in InterfaceCreationTest