Searched defs:StrKey (Results 1 – 1 of 1) sorted by relevance
274 struct StrKey { struct275 uint32_t key;276 constexpr StrKey(const char *s) in StrKey() argument279 constexpr bool operator==(const StrKey &rhs) const { in operator ==()