Home
last modified time | relevance | path

Searched refs:ArchiveName (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fslow/
Dfslow_IArchive.h31 class ArchiveName
55 ArchiveName() { Clear(); } in ArchiveName() function
57 ArchiveName(const Char* s) in ArchiveName() function
113 …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; }