HomeSort by relevance Sort by last modified time
    Searched full:_lastmarker (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 59 int _lastMarker;
161 _lastMarker = _p; // track where we are in buffer, not absolute token index
162 return _lastMarker;
175 Seek(_lastMarker);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 62 int _lastMarker;
190 _lastMarker = _p; // track where we are in buffer, not absolute token index
191 return _lastMarker;
210 Rewind( _lastMarker );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 66 private int _lastMarker;
148 _lastMarker = Index;
149 return _lastMarker;
161 Seek(_lastMarker);
166 _lastMarker = 0;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 68 private int _lastMarker;
170 _lastMarker = Index;
171 return _lastMarker;
186 Seek(_lastMarker);
192 _lastMarker = 0;

Completed in 103 milliseconds