Home
last modified time | relevance | path

Searched defs:ANTLR3_INT_STREAM_struct (Results 1 – 1 of 1) sorted by relevance

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