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

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 206 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
7zIn.h 160 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 354 HRESULT IsItemAnti(UInt32 index, bool &result) const

Completed in 79 milliseconds