HomeSort by relevance Sort by last modified time
    Searched defs:reached_eof (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_chunked_decoder.h 82 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/compiler-rt/lib/asan/
asan_rtl.cc 95 bool reached_eof = false; local
99 reached_eof = true;
105 if (reached_eof) // We've read the whole file.

Completed in 133 milliseconds