OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newRaw
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
221
pANTLR3_STRING (*
newRaw
) (struct ANTLR3_STRING_FACTORY_struct * factory);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
149
factory->
newRaw
= newRawUTF16;
165
factory->
newRaw
= newRaw8;
425
string = factory->
newRaw
(factory);
453
string = factory->
newRaw
(factory);
[
all
...]
antlr3basetree.c
302
string = tree->strFactory->
newRaw
(tree->strFactory);
antlr3commontoken.c
553
outtext = text->factory->
newRaw
(text->factory);
antlr3commontreenodestream.c
822
buf = tns->ctns->stringFactory->
newRaw
(tns->ctns->stringFactory);
844
text = tns->ctns->stringFactory->
newRaw
(tns->ctns->stringFactory);
antlr3tokenstream.c
562
string = tsource->strFactory->
newRaw
(tsource->strFactory);
Completed in 75 milliseconds