Lines Matching refs:following
6 // modification, are permitted provided that the following conditions
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
35 @synthesize following;
70 following = [[AMutableArray arrayWithCapacity:10] retain];
101 following = [[AMutableArray arrayWithCapacity:10] retain];
130 if ( [following count] < [aState.following count] ) {
131 // following = new BitSet[state.following.size];
133 [following setArray:aState.following];
176 if ( following ) [following release];
246 return following;
251 if ( following != aFollow ) {
252 if ( following ) [following release];
255 following = aFollow;