Searched defs:IsItemAnti (Results 1 - 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ | ||
H A D | 7zOut.h | 204 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
function in struct:NArchive::N7z::CArchiveDatabaseOut |
H A D | 7zIn.h | 148 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 D | OpenArchive.h | 299 HRESULT IsItemAnti(UInt32 index, bool &result) const
function in class:CArc |
Completed in 1858 milliseconds