Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp435 struct CFilterMode2: public CFilterMode struct
437 bool Encrypted;
438 unsigned GroupIndex;
440 CFilterMode2(): Encrypted(false) {} in CFilterMode2() function
442 int Compare(const CFilterMode2 &m) const in Compare()
484 bool operator ==(const CFilterMode2 &m) const in operator ==()