OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROGRAM_INIT_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs
97
public const int
PROGRAM_INIT_SIZE
= 100;
193
programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(
PROGRAM_INIT_SIZE
);
357
IList<RewriteOperation> @is = new List<RewriteOperation>(
PROGRAM_INIT_SIZE
);
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs
101
public const int
PROGRAM_INIT_SIZE
= 100;
217
programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(
PROGRAM_INIT_SIZE
);
413
IList<RewriteOperation> @is = new List<RewriteOperation>(
PROGRAM_INIT_SIZE
);
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java
85
public static final int
PROGRAM_INIT_SIZE
= 100;
177
programs.put(DEFAULT_PROGRAM_NAME, new ArrayList<RewriteOperation>(
PROGRAM_INIT_SIZE
));
333
List<RewriteOperation> is = new ArrayList<RewriteOperation>(
PROGRAM_INIT_SIZE
);
/external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar
Completed in 169 milliseconds