OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recordedinvocation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ocmock/OCMock/
OCMockRecorder.m
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];
OCMockRecorder.h
11
NSInvocation *
recordedInvocation
;
Completed in 58 milliseconds