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

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 87 public abstract bool IsEndOfFile(T o);
124 if (IsEndOfFile(o))
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 102 public abstract bool IsEndOfFile(T o);
145 if ( IsEndOfFile(o) )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
UnbufferedTokenStream.cs 84 public override bool IsEndOfFile(IToken o) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnbufferedTokenStream.cs 147 public override bool IsEndOfFile(IToken o)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 160 public override bool IsEndOfFile(object o) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 184 public override bool IsEndOfFile(object o)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 245 while not self._RawData.IsEndOfFile():
263 if self._RawData.IsEndOfFile():
313 while not self._RawData.IsEndOfFile() or self._RawData.NextLine:
    [all...]
DecParserMisc.py 77 def IsEndOfFile(self):

Completed in 5847 milliseconds