Home | History | Annotate | Download | only in objc

Lines Matching refs:setArgument

240         [invocation setArgument:&jsName atIndex:2];
248 [invocation setArgument:&objcArgs atIndex:3];
264 [invocation setArgument:&value.objectValue atIndex:i];
268 [invocation setArgument:&value.charValue atIndex:i];
272 [invocation setArgument:&value.shortValue atIndex:i];
276 [invocation setArgument:&value.intValue atIndex:i];
280 [invocation setArgument:&value.longValue atIndex:i];
284 [invocation setArgument:&value.longLongValue atIndex:i];
287 [invocation setArgument:&value.floatValue atIndex:i];
290 [invocation setArgument:&value.doubleValue atIndex:i];
359 [invocation setArgument:&objcArgs atIndex:2];