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