Searched refs:AtEof (Results 1 – 6 of 6) sorted by relevance
39 virtual bool AtEof() = 0;
37 virtual bool AtEof();
45 bool InMemoryWrapperInput::AtEof() { in AtEof() function in InMemoryWrapperInput
43 bool FileWrapperInput::AtEof() { in AtEof() function in FileWrapperInput
145 if (infile_->AtEof()) { in FillBuffer()