Home
last modified time | relevance | path

Searched defs:IsItemAnti (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.h221 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti() function
D7zIn.h162 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti() function