Searched defs:IsCompressed (Results 1 – 10 of 10) sorted by relevance
241 bool IsCompressed() REQUIRES_SHARED(Locks::mutator_lock_) { in IsCompressed() function252 ALWAYS_INLINE static bool IsCompressed(int32_t count) { in IsCompressed() function
48 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function110 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
52 constexpr bool IsCompressed() const noexcept { in IsCompressed() function
62 bool IsCompressed() const { return is_compressed_; } in IsCompressed() function
177 bool IsCompressed() const { return (Flags & NResourceFlags::kCompressed) != 0; } in IsCompressed() function275 bool IsCompressed() const { return (Flags & NHeaderFlags::kCompression) != 0; } in IsCompressed() function
171 [[nodiscard]] static constexpr bool IsCompressed(const ElfT::Shdr* shdr) { in IsCompressed() function in nogrod::__anonde4d16950111::ElfFileImpl
403 uint8_t GMM_STDCALL GmmLib::GmmClientContext::IsCompressed(GMM_RESOURCE_FORMAT Format) in IsCompressed() function in GmmLib::GmmClientContext
1748 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
74 bool IsCompressed; member
6751 bool Riscv64Assembler::Branch::IsCompressed(Type type) { in IsCompressed() function in art::riscv64::Riscv64Assembler::Branch