Searched defs:IsItemAnti (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h204 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } function in struct:NArchive::N7z::CArchiveDatabaseOut
H A D7zIn.h148 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } function in struct:NArchive::N7z::CDatabase
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h299 HRESULT IsItemAnti(UInt32 index, bool &result) const function in class:CArc

Completed in 1858 milliseconds