Home | History | Annotate | Download | only in Inputs

Lines Matching full:protocol

48 // Matching protocol
49 @protocol P0
54 // Protocol with mismatching method
55 @protocol P1
60 // Interface with protocol
66 // Protocol with protocol
67 @protocol P2 <P0>
77 @protocol P3, P4;
78 @protocol P5