Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/
DContainer.cpp35 : out_(out), total_entry_count_(entry_count), current_entry_count_(0u) { in ContainerWriter()
45 coded_out.WriteLittleEndian32(static_cast<uint32_t>(total_entry_count_)); in ContainerWriter()
60 if (current_entry_count_ >= total_entry_count_) { in AddResTableEntry()
91 if (current_entry_count_ >= total_entry_count_) { in AddResFileEntry()
264 total_entry_count_(0u), in ContainerReader()
304 total_entry_count_ = total_entry_count; in ContainerReader()
308 if (current_entry_count_ >= total_entry_count_) { in Next()
DContainer.h51 size_t total_entry_count_; variable
98 size_t total_entry_count_; variable