OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:antlr3VectorNew
(Results
1 - 8
of
8
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3basetree.c
368
newChildren =
antlr3VectorNew
(1);
antlr3commontreenodestream.c
234
stream->nodes =
antlr3VectorNew
(DEFAULT_INITIAL_BUFFER_SIZE);
380
stream->nodes =
antlr3VectorNew
(hint);
antlr3tokenstream.c
195
cts->tokens =
antlr3VectorNew
(0);
280
stream->tokens =
antlr3VectorNew
(0);
antlr3collections.c
979
stack->vector =
antlr3VectorNew
(sizeHint);
1054
antlr3VectorNew
(ANTLR3_UINT32 sizeHint)
[
all
...]
antlr3string.c
113
factory->strings =
antlr3VectorNew
(0);
[
all
...]
antlr3baserecognizer.c
132
recognizer->state->rStreams =
antlr3VectorNew
(0); // We don't know the size.
[
all
...]
antlr3inputstream.c
280
input->markers =
antlr3VectorNew
(0);
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h
550
ANTLR3_API pANTLR3_VECTOR
antlr3VectorNew
(ANTLR3_UINT32 sizeHint);
Completed in 3577 milliseconds