Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp389 struct CFilterMode2: public CFilterMode struct
391 bool Encrypted;
392 unsigned GroupIndex;
394 CFilterMode2(): Encrypted(false) {} in CFilterMode2() function
396 int Compare(const CFilterMode2 &m) const in Compare()
438 bool operator ==(const CFilterMode2 &m) const in operator ==()