OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
164
bool
AtEof
() {
413
EXPECT_TRUE(
AtEof
());
461
EXPECT_TRUE(
AtEof
());
503
EXPECT_TRUE(
AtEof
());
560
EXPECT_TRUE(
AtEof
());
622
EXPECT_TRUE(
AtEof
());
655
EXPECT_TRUE(
AtEof
());
700
EXPECT_TRUE(
AtEof
());
752
EXPECT_FALSE(
AtEof
());
760
EXPECT_TRUE(
AtEof
());
[
all
...]
Completed in 4118 milliseconds