Home
last modified time | relevance | path

Searched defs:IsSolid (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRar5Handler.h247 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid() function
440 bool IsSolid() const { return (Flags & NArcFlags::kSolid) != 0; } in IsSolid() function
H A DRarHandler.h38 bool IsSolid() const { return (Flags & NHeader::NArchive::kSolid) != 0; } in IsSolid() function
H A DRarItem.h48 bool IsSolid() const { return (Flags & NHeader::NFile::kSolid) != 0; } in IsSolid() function
H A DRarHandler.cpp816 bool CHandler::IsSolid(unsigned refIndex) const in IsSolid() function in NArchive::NRar::CHandler
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h155 bool IsSolid() const in IsSolid() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisIn.h232 bool IsSolid; variable
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h178 bool IsSolid() const { return (Flags & NResourceFlags::kSolid) != 0; } in IsSolid() function