Home
last modified time | relevance | path

Searched refs:isThereFilter (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp60 bool Parse(const Byte *buf, bool isThereFilter);
63 bool CHeader::Parse(const Byte *buf, bool isThereFilter) in Parse() argument
66 if (isThereFilter) in Parse()
68 const Byte *sig = buf + (isThereFilter ? 1 : 0); in Parse()

Completed in 1 milliseconds