Lines Matching full:retain
8 // 1. Redistributions of source code must retain the above copyright
58 adaptor = [[CommonTreeAdaptor newTreeAdaptor] retain];
59 root = [theTree retain];
60 navigationNodeEOF = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain]; // set EOF
61 it = [[TreeIterator newANTRLTreeIteratorWithAdaptor:adaptor andTree:root] retain];
62 calls = [[IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];
73 adaptor = [anAdaptor retain];
74 root = [theTree retain];
75 navigationNodeEOF = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain]; // set EOF
77 it = [[TreeIterator newANTRLTreeIteratorWithAdaptor:adaptor andTree:root] retain];
78 calls = [[IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];
160 [theTokens retain];
174 [anAdaptor retain];
196 calls = [[IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];