Home
last modified time | relevance | path

Searched refs:recordedInvocation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/ocmock/OCMock/
DOCMockRecorder.m39 [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];
DOCMockRecorder.h11 NSInvocation *recordedInvocation; variable