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

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 49 private int _currentElementIndex = 0;
75 _currentElementIndex = 0;
105 _currentElementIndex++;
155 return _currentElementIndex;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 52 private int _currentElementIndex = 0;
90 _currentElementIndex = 0;
123 _currentElementIndex++;
183 return _currentElementIndex;

Completed in 2841 milliseconds