Searched refs:total_entry_count_ (Results 1 – 2 of 2) sorted by relevance
35 : 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()
51 size_t total_entry_count_; variable98 size_t total_entry_count_; variable