Lines Matching refs:eof_offset_
37 eof_offset_(0), in Reader()
210 if (eof_offset_ == 0) { in UnmarkEOF()
224 size_t consumed_bytes = eof_offset_ - buffer_.size(); in UnmarkEOFInternal()
225 size_t remaining = kBlockSize - eof_offset_; in UnmarkEOFInternal()
238 backing_store_ + eof_offset_); in UnmarkEOFInternal()
252 if (read_buffer.data() != backing_store_ + eof_offset_) { in UnmarkEOFInternal()
254 memmove(backing_store_ + eof_offset_, read_buffer.data(), in UnmarkEOFInternal()
259 eof_offset_ + added - consumed_bytes); in UnmarkEOFInternal()
263 eof_offset_ += added; in UnmarkEOFInternal()
265 eof_offset_ = 0; in UnmarkEOFInternal()
293 eof_offset_ = buffer_.size(); in ReadMore()
523 eof_offset_ = buffer_.size(); in TryReadMore()