Searched refs:entry_ (Results 1 – 2 of 2) sorted by relevance
42 void SetAllocEntry(const AllocEntry* entry) { entry_ = entry; } in SetAllocEntry()43 const AllocEntry& GetAllocEntry() { return *entry_; } in GetAllocEntry()56 const AllocEntry* entry_; variable
1228 : Reader(), zip_file_(zip_file), entry_(entry) {} in EntryReader()1231 return zip_file_.ReadAtOffset(buf, len, entry_->offset + offset); in ReadAtOffset()1238 const ZipEntry64* entry_; member in EntryReader