HomeSort by relevance Sort by last modified time
    Searched refs:AtEof (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/libbcc/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 144 if (infile_->AtEof()) {
  /external/chromium_org/net/quic/
quic_http_stream_test.cc 158 bool AtEof() {
373 EXPECT_TRUE(AtEof());
418 EXPECT_TRUE(AtEof());
465 EXPECT_TRUE(AtEof());
517 EXPECT_TRUE(AtEof());
545 EXPECT_TRUE(AtEof());
585 EXPECT_TRUE(AtEof());

Completed in 308 milliseconds