Home
last modified time | relevance | path

Searched refs:getLineBuf (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3input.h185 void * (*getLineBuf) (struct ANTLR3_INPUT_STREAM_struct * input); member
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3inputstream.c169 …input->getLineBuf = antlr38BitGetLineBuf; // Return a pointer to the start of the curren… in antlr3GenericSetupStream()