Searched refs:byte_count_ (Results 1 – 5 of 5) sorted by relevance
81 byte_count_ += entry.size(); in Add()87 return kOffsetToFirstCommentEntry + static_cast<uint32_t>(byte_count_); in section_size()
44 uint32_t byte_count_ = 0;
51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) { in GzipInputStream()144 byte_count_ += zcontext_.total_out; in Next()189 int64 ret = byte_count_ + zcontext_.total_out; in ByteCount()
99 int64 byte_count_; variable
500 byte_count_(0) {} in SegmentedZeroCopyOutputStream()510 byte_count_ += *length; in Next()519 byte_count_ -= length; in BackUp()522 int64_t ByteCount() const override { return byte_count_; } in ByteCount()527 int64 byte_count_; member in google::protobuf::util::__anon9f3e6add0111::SegmentedZeroCopyOutputStream