Home
last modified time | relevance | path

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

/external/libgav1/examples/
Dfile_reader_factory_test.cc49 bool IsEndOfFile() const override { return false; } in IsEndOfFile() function in libgav1::__anon8cc6c3550111::AlwaysFailFileReader
76 bool IsEndOfFile() const override { return true; } in IsEndOfFile() function in libgav1::__anon8cc6c3550111::AlwaysOkFileReader
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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs160 public override bool IsEndOfFile(object o) { in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream