Lines Matching refs:selector
7 SEL s = @selector(retain);
8 SEL s1 = @selector(meth1:);
9 SEL s2 = @selector(retainArgument::);
10 SEL s3 = @selector(retainArgument:::::);
11 SEL s4 = @selector(retainArgument:with:);
12 SEL s5 = @selector(meth1:with:with:);
13 SEL s6 = @selector(getEnum:enum:bool:);
14 SEL s7 = @selector(char:float:double:unsigned:short:long:);
15 SEL s9 = @selector(:enum:bool:);
17 (void) @selector(foo:);
18 (void) @selector(foo::);
19 (void) @selector(foo:::);
20 (void) @selector(foo::::);