Searched refs:uncompressedFileSize (Results 1 – 1 of 1) sorted by relevance
428 std::optional<uint64_t> uncompressedFileSize; in ParseZip64ExtendedInfoInExtraField() local432 uncompressedFileSize = TryConsumeUnaligned<uint64_t>( in ParseZip64ExtendedInfoInExtraField()434 if (!uncompressedFileSize.has_value()) return kInvalidOffset; in ParseZip64ExtendedInfoInExtraField()465 zip64Info->uncompressed_file_size = uncompressedFileSize; in ParseZip64ExtendedInfoInExtraField()