Lines Matching refs:SEL
12 SEL func()
19 SEL s = @selector((retain));
20 SEL s1 = @selector((meth1:));
21 SEL s2 = @selector((retainArgument::));
22 SEL s3 = @selector((retainArgument:::::));
23 SEL s4 = @selector((retainArgument:with:));
24 SEL s5 = @selector((meth1:with:with:));
25 SEL s6 = @selector((getEnum:enum:bool:));
26 SEL s7 = @selector((char:float:double:unsigned:short:long:));
27 SEL s9 = @selector((:enum:bool:));
30 SEL s = @selector(retain);
31 SEL s1 = @selector(meth1:);
32 SEL s2 = @selector(retainArgument::);
33 SEL s3 = @selector(retainArgument:::::);
34 SEL s4 = @selector(retainArgument:with:);
35 SEL s5 = @selector(meth1:with:with:);
36 SEL s6 = @selector(getEnum:enum:bool:);
37 SEL s7 = @selector(char:float:double:unsigned:short:long:);
39 SEL s9 = @selector(:enum:bool:);