Home
last modified time | relevance | path

Searched defs:GetCRC (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/
H A DOutStreamWithCRC.h32 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC() function
H A DInStreamWithCRC.h37 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp452 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC() function in NArchive::NRar5::CHash