Searched refs:recordedInvocation (Results 1 – 2 of 2) sorted by relevance
39 [recordedInvocation release];46 return [recordedInvocation invocationDescription];51 [recordedInvocation release];52 recordedInvocation = nil;121 if(recordedInvocation != nil)125 recordedInvocation = [anInvocation retain];137 if([anInvocation selector] != [recordedInvocation selector])140 n = (int)[[recordedInvocation methodSignature] numberOfArguments];143 recordedArg = [recordedInvocation getArgumentAtIndexAsObject:i];
11 NSInvocation *recordedInvocation; variable