Searched refs:eof_offset_ (Results 1 – 2 of 2) sorted by relevance
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()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()[all …]
114 size_t eof_offset_; variable