Lines Matching full:retain
8 // 1. Redistributions of source code must retain the above copyright
53 return [[[RecognizerSharedState alloc] init] retain];
58 return [[[RecognizerSharedState alloc] initWithRuleLen:aLen] retain];
63 return [[[RecognizerSharedState alloc] initWithState:aState] retain];
70 following = [[AMutableArray arrayWithCapacity:10] retain];
80 ruleMemo = [[RuleStack newRuleStack:cnt] retain];
82 aHashRule = [[HashRule newHashRuleWithLen:17] retain];
101 following = [[AMutableArray arrayWithCapacity:10] retain];
110 ruleMemo = [[RuleStack newRuleStack:aLen] retain];
112 aHashRule = [[HashRule newHashRuleWithLen:17] retain];
142 ruleMemo = [[RuleStack newRuleStack:cnt] retain];
144 aHashRule = [[HashRule newHashRuleWithLen:17] retain];
153 [ruleMemo addObject:[[HashRule newHashRuleWithLen:17] retain]];
192 [aToken retain];
253 [aFollow retain];
267 [aRuleMemo retain];