OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLineBuf
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h
185
void * (*
getLineBuf
) (struct ANTLR3_INPUT_STREAM_struct * input);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c
169
input->
getLineBuf
= antlr38BitGetLineBuf; // Return a pointer to the start of the current line being consumed
[
all
...]
Completed in 6974 milliseconds