Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zItem.h182 bool HasStream; // Test it !!! it means that there is member
D7zUpdate.h68 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; } in HasStream() function