Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/examples/
H A Dfile_reader_factory_test.cc49 bool IsEndOfFile() const override { return false; } in IsEndOfFile() function in libgav1::__anonb08fe8a60111::AlwaysFailFileReader
76 bool IsEndOfFile() const override { return true; } in IsEndOfFile() function in libgav1::__anonb08fe8a60111::AlwaysOkFileReader
H A Dfile_reader.h67 /*LIBGAV1_MUST_USE_RESULT*/ bool IsEndOfFile() const override { in IsEndOfFile() function
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DUnbufferedTokenStream.cs84 public override bool IsEndOfFile(IToken o) { in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs87 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs160 public override bool IsEndOfFile(object o) { in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream