HomeSort by relevance Sort by last modified time
    Searched defs:IsAnti (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h 12 bool IsAnti;
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {}
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 32 bool IsAnti;
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
43 IsAnti(false),
7zItem.h 178 bool IsAnti;
194 CRecordVector<bool> IsAnti;
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]); }
255 void SetItemAnti(int index, bool isAnti)
257 while (index >= IsAnti.Size())
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7z.h 102 Byte IsAnti;
  /external/lzma/C/
7z.h 102 Byte IsAnti;

Completed in 173 milliseconds