Searched refs:compressedFileSize (Results 1 – 1 of 1) sorted by relevance
486 std::optional<uint64_t> compressedFileSize; in ParseZip64ExtendedInfoInExtraField() local494 compressedFileSize = TryConsumeUnaligned<uint64_t>( in ParseZip64ExtendedInfoInExtraField()496 if (!compressedFileSize.has_value()) return kInvalidOffset; in ParseZip64ExtendedInfoInExtraField()523 zip64Info->compressed_file_size = compressedFileSize; in ParseZip64ExtendedInfoInExtraField()