Home
last modified time | relevance | path

Searched refs:SyncAhead (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs103 SyncAhead(1); in Consume()
114 protected virtual void SyncAhead(int need) { in SyncAhead() method in Antlr.Runtime.Misc.LookaheadStream
146 SyncAhead(k); in LT()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs131 SyncAhead(1); in Consume()
142 protected virtual void SyncAhead( int need ) in SyncAhead() method in Antlr.Runtime.Misc.LookaheadStream
182 SyncAhead( k ); in LT()