Searched refs:eof_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dupload_data_stream.h61 bool eof() const { return eof_; }
80 // Fills the buffer with any remaining data and sets eof_ if there was nothing
118 bool eof_; member in class:net::UploadDataStream
H A Dupload_data_stream.cc33 DCHECK(!eof_);
55 eof_(false) {
158 eof_ = true;
168 return (eof_ ||
/external/webp/src/utils/
H A Dbit_reader.c33 br->eof_ = 0;
77 br->eof_ = 1;
H A Dbit_reader.h47 int eof_; // true if input is exhausted member in struct:VP8BitReader
/external/webp/src/dec/
H A Dvp8.c175 return !br->eof_;
253 return !br->eof_;
658 if (br->eof_) {
673 return (!token_br->eof_);

Completed in 335 milliseconds