HomeSort by relevance Sort by last modified time
    Searched refs:rewindLast (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 152 void (*rewindLast) (struct ANTLR3_INT_STREAM_struct * intStream);
antlr3debugeventlistener.h 174 void (*rewindLast) (pANTLR3_DEBUG_EVENT_LISTENER delboy);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 77 static void rewindLast (pANTLR3_INT_STREAM is);
228 stream->tstream->istream->rewindLast = dbgRewindLast;
317 stream->tstream->istream->rewindLast= rewindLast;
344 ts->istream->rewindLast = dbgRewindLast;
900 ts->debugger->rewindLast(ts->debugger);
905 rewindLast (pANTLR3_INT_STREAM is)
antlr3commontreenodestream.c 72 static void rewindLast (pANTLR3_INT_STREAM is);
212 stream->tnstream->istream->rewindLast = rewindLast;
354 stream->tnstream->istream->rewindLast = rewindLast;
694 rewindLast (pANTLR3_INT_STREAM is)
antlr3debughandlers.c 68 static void rewindLast (pANTLR3_DEBUG_EVENT_LISTENER delboy);
133 delboy->rewindLast = rewindLast;
721 rewindLast (pANTLR3_DEBUG_EVENT_LISTENER delboy)
antlr3lexer.c 631 lexer->input->istream->rewindLast(lexer->input->istream);
antlr3inputstream.c 154 input->istream->rewindLast = antlr38BitRewindLast; // How to rewind the input
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 225 #undef REWINDLAST
268 #define REWINDLAST() ISTREAM->rewindLast(ISTREAM)
356 #undef REWINDLAST
397 #define REWINDLAST() ISTREAM->rewindLast(ISTREAM)
435 #undef REWINDLAST
470 #define REWINDLAST() ISTREAM->rewindLast(ISTREAM)
    [all...]

Completed in 973 milliseconds