Searched refs:m_crc (Results 1 – 1 of 1) sorted by relevance
177 void setCrc(const uint32_t c) { m_crc = c; } in setCrc()194 const uint32_t getCrc() const { return m_crc; } in getCrc()221 uint32_t m_crc; variable