Searched refs:total_byte_count_ (Results 1 – 2 of 2) sorted by relevance
69 total_byte_count_ += buffer_size_ - buffer_offset_; in Next()84 total_byte_count_ += buffer_size_; in Next()96 total_byte_count_ -= count; in BackUp()100 return total_byte_count_; in ByteCount()156 total_byte_count_ += buffer_size; in Next()166 total_byte_count_ -= count; in BackUp()170 return total_byte_count_; in ByteCount()
60 size_t total_byte_count_ = 0u; variable101 size_t total_byte_count_ = 0u; variable