Searched refs:ArchiveName (Results 1 – 1 of 1) sorted by relevance
31 class ArchiveName55 ArchiveName() { Clear(); } in ArchiveName() function57 ArchiveName(const Char* s) in ArchiveName() function113 …bool operator==(const ArchiveName& rhs) const { return std::memcmp(&this->m_Data, &rhs.m_Data, siz…114 bool operator!=(const ArchiveName& rhs) const { return !(*this == rhs); }116 …bool operator>(const ArchiveName& rhs) const { return std::memcmp(&this->m_Data, &rhs.m_Data, size…117 bool operator<=(const ArchiveName& rhs) const { return !(*this > rhs); }118 bool operator<(const ArchiveName& rhs) const { return rhs > *this; }119 bool operator>=(const ArchiveName& rhs) const { return rhs <= *this; }