Searched defs:CdRecordEntry (Results 1 – 1 of 1) sorted by relevance
1001 struct CdRecordEntry { struct in Zip64ParseTest1002 std::vector<uint8_t> central_directory_record;1003 std::string file_name;1004 std::vector<uint8_t> extended_field;1006 size_t GetSize() const { in GetSize()1010 void CopyToOutput(std::vector<uint8_t>* output) const { in CopyToOutput()