Home
last modified time | relevance | path

Searched refs:AtEof (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A Dwrapper_input.h39 virtual bool AtEof() = 0;
H A Dfile_wrapper_input.h37 virtual bool AtEof();
H A Din_memory_wrapper_input.h37 virtual bool AtEof();
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp45 bool InMemoryWrapperInput::AtEof() { in AtEof() function in InMemoryWrapperInput
H A Dfile_wrapper_input.cpp43 bool FileWrapperInput::AtEof() { in AtEof() function in FileWrapperInput
H A Dbitcode_wrapperer.cpp145 if (infile_->AtEof()) { in FillBuffer()