Home
last modified time | relevance | path

Searched defs:IsEndOfFile (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/examples/
Dfile_reader.h67 /*LIBGAV1_MUST_USE_RESULT*/ bool IsEndOfFile() const override { in IsEndOfFile() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnbufferedTokenStream.cs84 public override bool IsEndOfFile(IToken o) { in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs87 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnbufferedTokenStream.cs147 public override bool IsEndOfFile(IToken o) in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs108 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs160 public override bool IsEndOfFile(object o) { in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs205 public override bool IsEndOfFile(object o) in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream