Searched refs:reached_eof (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_chunked_decoder.h87 bool reached_eof() const { return reached_eof_; } function in class:net::HttpChunkedDecoder
95 // in |buf|. Call reached_eof() after this method to check if end-of-file
H A Dhttp_chunked_decoder_unittest.cc23 EXPECT_FALSE(decoder.reached_eof());
36 EXPECT_EQ(expected_eof, decoder.reached_eof());
45 EXPECT_FALSE(decoder.reached_eof());
H A Dhttp_stream_parser.cc684 if (result == 0 && !chunked_decoder_->reached_eof()) {
969 return chunked_decoder_->reached_eof();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc100 bool reached_eof = false; local
104 reached_eof = true;
110 if (reached_eof) // We've read the whole file.

Completed in 99 milliseconds