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

/external/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.h12 bool IsAnti; member in struct:CUpdatePair2
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {}
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h32 bool IsAnti; member in struct:NArchive::N7z::CUpdateItem
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
43 IsAnti(false),
H A D7zItem.h178 bool IsAnti; member in struct:NArchive::N7z::CFileItem2
194 CRecordVector<bool> IsAnti; member in struct:NArchive::N7z::CArchiveDatabase
208 IsAnti.Clear();
223 IsAnti.ReserveDown();
244 (size == IsAnti.Size() || IsAnti.Size() == 0));
254 bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAnti[index]); }
257 while (index >= IsAnti.Size())
258 IsAnti
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A D7z.h102 Byte IsAnti; member in struct:__anon13418
/external/lzma/C/
H A D7z.h102 Byte IsAnti; member in struct:__anon26687

Completed in 869 milliseconds