Home | History | Annotate | Download | only in Inputs

Lines Matching full:protocol

49 // Matching protocol
50 @protocol P0
55 // Protocol with mismatching method
56 @protocol P1
61 // Interface with protocol
67 // Protocol with protocol
68 @protocol P2 <P0>
78 @protocol P3, P5;
79 @protocol P4