OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtEof
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
file_wrapper_input.h
37
virtual bool
AtEof
();
in_memory_wrapper_input.h
37
virtual bool
AtEof
();
wrapper_input.h
39
virtual bool
AtEof
() = 0;
/frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp
45
bool InMemoryWrapperInput::
AtEof
() {
file_wrapper_input.cpp
43
bool FileWrapperInput::
AtEof
() {
bitcode_wrapperer.cpp
145
if (infile_->
AtEof
()) {
Completed in 315 milliseconds