Searched refs:asKey (Results 1 – 6 of 6) sorted by relevance
37 const uint32_t* asKey() const { in asKey() function95 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);103 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0; in Less()
35 const uint32_t* asKey() const { in asKey() function94 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);102 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0; in Less()
32 const uint32_t* asKey() const { return reinterpret_cast<const uint32_t*>(this); } in asKey() function
56 key.setKeyData(desc.asKey()); in GetAtlas()