Searched defs:IsSolid (Results 1 – 7 of 7) sorted by relevance
247 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid() function440 bool IsSolid() const { return (Flags & NArcFlags::kSolid) != 0; } in IsSolid() function
38 bool IsSolid() const { return (Flags & NHeader::NArchive::kSolid) != 0; } in IsSolid() function
48 bool IsSolid() const { return (Flags & NHeader::NFile::kSolid) != 0; } in IsSolid() function
816 bool CHandler::IsSolid(unsigned refIndex) const in IsSolid() function in NArchive::NRar::CHandler
155 bool IsSolid() const in IsSolid() function
232 bool IsSolid; variable
178 bool IsSolid() const { return (Flags & NResourceFlags::kSolid) != 0; } in IsSolid() function