Home
last modified time | relevance | path

Searched refs:IsDecodingSupported (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h45 bool IsDecodingSupported() const { return Coders.Size() <= 32; } in IsDecodingSupported() function
D7zDecode.cpp246 if (!folderInfo.IsDecodingSupported()) in Decode()