Searched refs:m_checksum (Results 1 – 1 of 1) sorted by relevance
23 SupportFile() : m_file_spec(), m_checksum() {} in SupportFile()24 SupportFile(const FileSpec &spec) : m_file_spec(spec), m_checksum() {} in SupportFile()26 : m_file_spec(spec), m_checksum(checksum) {} in SupportFile()52 if (m_checksum != other.m_checksum)57 if (m_checksum && other.m_checksum)58 if (m_checksum != other.m_checksum)69 const Checksum &GetChecksum() const { return m_checksum; }; in GetChecksum()76 Checksum m_checksum; variable