OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsItemAnti
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zOut.h
204
bool
IsItemAnti
(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
7zIn.h
148
bool
IsItemAnti
(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.h
299
HRESULT
IsItemAnti
(UInt32 index, bool &result) const
Completed in 1120 milliseconds