Searched refs:ANTLR3_INT_STREAM_struct (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h93 typedef struct ANTLR3_INT_STREAM_struct struct
117 pANTLR3_STRING (*getSourceName) (struct ANTLR3_INT_STREAM_struct * intStream);
121 void (*consume) (struct ANTLR3_INT_STREAM_struct * intStream);
125 ANTLR3_UINT32 (*_LA) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_INT32 i);
132 ANTLR3_MARKER (*mark) (struct ANTLR3_INT_STREAM_struct * intStream);
137 ANTLR3_MARKER (*index) (struct ANTLR3_INT_STREAM_struct * intStream);
147 void (*rewind) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER marker);
152 void (*rewindLast) (struct ANTLR3_INT_STREAM_struct * intStream);
159 void (*release) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER mark);
177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStrea
[all...]
H A Dantlr3interfaces.h43 typedef struct ANTLR3_INT_STREAM_struct *pANTLR3_INT_STREAM;

Completed in 3755 milliseconds