Home
last modified time | relevance | path

Searched refs:total_byte_count_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/io/
DFileStream.cpp69 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()
DFileStream.h60 size_t total_byte_count_ = 0u; variable
101 size_t total_byte_count_ = 0u; variable