Searched defs:_markDepth (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs65 int _markDepth; field in class:Antlr.Runtime.Misc.LookaheadStream
110 if ( _p == _data.Count && _markDepth == 0 )
189 _markDepth++;
196 if (_markDepth == 0)
199 _markDepth--;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs62 int _markDepth; field in class:Antlr.Runtime.Misc.LookaheadStream
94 if (_p == _data.Count && _markDepth == 0) {
160 _markDepth++;
166 _markDepth--;

Completed in 65 milliseconds