Searched defs:LocalFileEntry (Results 1 – 1 of 1) sorted by relevance
993 struct LocalFileEntry { struct in Zip64ParseTest994 std::vector<uint8_t> local_file_header;995 std::string file_name;996 std::vector<uint8_t> extended_field;998 std::vector<uint8_t> compressed_bytes;999 std::vector<uint8_t> data_descriptor;1001 size_t GetSize() const { in GetSize()1006 void CopyToOutput(std::vector<uint8_t>* output) const { in CopyToOutput()