Searched defs:reached_eof (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
H A Dhttp_chunked_decoder.h82 bool reached_eof() const { return reached_eof_; } function in class:net::HttpChunkedDecoder
90 // in |buf|. Call reached_eof() after this method to check if end-of-file
/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
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc114 bool reached_eof = false; local
118 reached_eof = true;
124 if (reached_eof) // We've read the whole file.

Completed in 134 milliseconds