Home | History | Annotate | Download | only in objc

Lines Matching refs:setArgument

199         [invocation setArgument:&jsName atIndex:2];
207 [invocation setArgument:&objcArgs atIndex:3];
223 [invocation setArgument:&value.objectValue atIndex:i];
227 [invocation setArgument:&value.charValue atIndex:i];
231 [invocation setArgument:&value.shortValue atIndex:i];
235 [invocation setArgument:&value.intValue atIndex:i];
239 [invocation setArgument:&value.longValue atIndex:i];
243 [invocation setArgument:&value.longLongValue atIndex:i];
246 [invocation setArgument:&value.floatValue atIndex:i];
249 [invocation setArgument:&value.doubleValue atIndex:i];
318 [invocation setArgument:&objcArgs atIndex:2];