Searched defs:IsAnti (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.h13 bool IsAnti; // if (!IsAnti) we use other ways to detect Anti status member in struct:CUpdatePair2
25 IsAnti = false;
36 IsAnti(false),
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h57 bool IsAnti; member in struct:NArchive::N7z::CUpdateItem
67 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
72 IsAnti(false),
H A D7zOut.h76 bool IsAnti; member in struct:NArchive::N7z::CFileItem2
85 IsAnti = false;
124 CRecordVector<bool> IsAnti; member in struct:NArchive::N7z::CArchiveDatabaseOut
155 IsAnti.Clear();
177 IsAnti.ReserveDown();
201 (size == IsAnti.Size() || IsAnti.Size() == 0));
204 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
209 while (index >= IsAnti
[all...]
H A D7zIn.h106 CRecordVector<bool> IsAnti; member in struct:NArchive::N7z::CDatabase
137 IsAnti.Clear();
148 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }

Completed in 123 milliseconds