Searched refs:PROGRAM_INIT_SIZE (Results 1 – 6 of 6) sorted by relevance
97 public const int PROGRAM_INIT_SIZE = 100; field in Antlr.Runtime.TokenRewriteStream193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in Init()357 IList<RewriteOperation> @is = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in InitializeProgram()
101 public const int PROGRAM_INIT_SIZE = 100; field in Antlr.Runtime.TokenRewriteStream217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE ); in Init()413 IList<RewriteOperation> @is = new List<RewriteOperation>( PROGRAM_INIT_SIZE ); in InitializeProgram()
85 public static final int PROGRAM_INIT_SIZE = 100; field in TokenRewriteStream177 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList<RewriteOperation>(PROGRAM_INIT_SIZE)); in init()333 List<RewriteOperation> is = new ArrayList<RewriteOperation>(PROGRAM_INIT_SIZE); in initializeProgram()
36 static NSInteger PROGRAM_INIT_SIZE = 100;206 …nt newMapElementWithName:DEFAULT_PROGRAM_NAME Node:[HashMap newHashMapWithLen:PROGRAM_INIT_SIZE]]];216 …nt newMapElementWithName:DEFAULT_PROGRAM_NAME Node:[HashMap newHashMapWithLen:PROGRAM_INIT_SIZE]]];227 …nt newMapElementWithName:DEFAULT_PROGRAM_NAME Node:[HashMap newHashMapWithLen:PROGRAM_INIT_SIZE]]];421 HashMap *is = [HashMap newHashMapWithLen:PROGRAM_INIT_SIZE];
79 PROGRAM_INIT_SIZE: 100, property
2537 PROGRAM_INIT_SIZE = 100;5916 List.Capacity := PROGRAM_INIT_SIZE;5925 Result.Capacity := PROGRAM_INIT_SIZE;