Home | History | Annotate | Download | only in CodeGenObjC

Lines Matching full:protocol

10 @protocol P0;
12 @protocol P1
23 @protocol P2
27 @protocol P3<P1, P2>
33 void *p = @protocol(P3);
37 Protocol *P0 = @protocol(P0);
38 Protocol *P1 = @protocol(P1);
39 Protocol *P2 = @protocol(P2);
40 Protocol *P3 = @protocol(P3);