OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:azone
(Results
1 - 25
of
107
) sorted by null
1
2
3
4
5
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h
34
- (id) copyWithZone:(NSZone *)
aZone
;
ANTLRBaseTree.h
79
- (id) copyWithZone:(NSZone *)
aZone
; // the children themselves are not copied here!
81
- (id) deepCopyWithZone:(NSZone *)
aZone
;
155
- (id) copyWithZone:(NSZone *)
aZone
;
157
- (id) deepCopyWithZone:(NSZone *)
aZone
;
181
- (id) copyWithZone:(NSZone *)
aZone
;
ANTLRBaseMapElement.m
75
- (id) copyWithZone:(NSZone *)
aZone
79
copy = [super copyWithZone:
aZone
];
ANTLRBaseStack.m
79
- (id) copyWithZone:(NSZone *)
aZone
83
copy = [super copyWithZone:
aZone
];
ANTLRNodeMapElement.m
77
- (id) copyWithZone:(NSZone *)
aZone
81
copy = [super copyWithZone:
aZone
];
ANTLRRuleMapElement.m
80
- (id) copyWithZone:(NSZone *)
aZone
84
copy = [super copyWithZone:
aZone
];
ANTLRSymbolStack.m
92
- (id) copyWithZone:(NSZone *)
aZone
94
return [super copyWithZone:
aZone
];
AMutableArray.h
26
- (id) copyWithZone:(NSZone *)
aZone
;
ANTLRBufferedTreeNodeStream.m
192
- (id) copyWithZone:(NSZone *)
aZone
196
copy = [[[self class] allocWithZone:
aZone
] init];
198
copy.up = [up copyWithZone:
aZone
];
200
copy.down = [down copyWithZone:
aZone
];
202
copy.eof = [eof copyWithZone:
aZone
];
204
copy.nodes = [nodes copyWithZone:
aZone
];
206
copy.root = [root copyWithZone:
aZone
];
208
copy.tokens = [tokens copyWithZone:
aZone
];
210
copy.adaptor = [adaptor copyWithZone:
aZone
];
215
copy.calls = [calls copyWithZone:
aZone
];
[
all
...]
ANTLRCommonTree.m
152
- (id) copyWithZone:(NSZone *)
aZone
156
// copy = [[[self class] allocWithZone:
aZone
] init];
157
copy = [super copyWithZone:
aZone
]; // allocation occurs in ANTLRBaseTree
159
copy.token = [self.token copyWithZone:
aZone
];
162
copy.parent = (ANTLRCommonTree *)[self.parent copyWithZone:
aZone
];
ANTLRFastQueue.m
68
- (id) copyWithZone:(NSZone *)
aZone
72
copy = [[[self class] allocWithZone:
aZone
] init];
ANTLRLinkBase.m
77
- (id) copyWithZone:(NSZone *)
aZone
81
copy = [[self class] allocWithZone:
aZone
];
ANTLRPtrStack.m
186
- (id) copyWithZone:(NSZone *)
aZone
188
return [super copyWithZone:
aZone
];
ANTLRRuleMemo.m
70
- (id) copyWithZone:(NSZone *)
aZone
74
copy = [super copyWithZone:
aZone
];
ANTLRRuleStack.m
77
- (id) copyWithZone:(NSZone *)
aZone
79
return [super copyWithZone:
aZone
];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h
77
- (id) copyWithZone:(NSZone *)
aZone
; // the children themselves are not copied here!
79
- (id) deepCopyWithZone:(NSZone *)
aZone
;
151
- (id) copyWithZone:(NSZone *)
aZone
;
153
- (id) deepCopyWithZone:(NSZone *)
aZone
;
173
- (id) copyWithZone:(NSZone *)
aZone
;
ANTLRSymbolStack.m
89
- (id) copyWithZone:(NSZone *)
aZone
91
return [super copyWithZone:
aZone
];
ANTLRRuleStack.m
72
- (id) copyWithZone:(NSZone *)
aZone
74
return [super copyWithZone:
aZone
];
ANTLRBaseMapElement.h
46
- (id) copyWithZone:(NSZone *)
aZone
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h
77
- (id) copyWithZone:(NSZone *)
aZone
; // the children themselves are not copied here!
79
- (id) deepCopyWithZone:(NSZone *)
aZone
;
151
- (id) copyWithZone:(NSZone *)
aZone
;
153
- (id) deepCopyWithZone:(NSZone *)
aZone
;
173
- (id) copyWithZone:(NSZone *)
aZone
;
ANTLRSymbolStack.m
89
- (id) copyWithZone:(NSZone *)
aZone
91
return [super copyWithZone:
aZone
];
ANTLRRuleStack.m
72
- (id) copyWithZone:(NSZone *)
aZone
74
return [super copyWithZone:
aZone
];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h
77
- (id) copyWithZone:(NSZone *)
aZone
; // the children themselves are not copied here!
79
- (id) deepCopyWithZone:(NSZone *)
aZone
;
151
- (id) copyWithZone:(NSZone *)
aZone
;
153
- (id) deepCopyWithZone:(NSZone *)
aZone
;
173
- (id) copyWithZone:(NSZone *)
aZone
;
ANTLRSymbolStack.m
89
- (id) copyWithZone:(NSZone *)
aZone
91
return [super copyWithZone:
aZone
];
ANTLRRuleStack.m
72
- (id) copyWithZone:(NSZone *)
aZone
74
return [super copyWithZone:
aZone
];
Completed in 976 milliseconds
1
2
3
4
5