SmallStringKey 43 Source/platform/fonts/WidthCache.h class SmallStringKey { SmallStringKey 47 Source/platform/fonts/WidthCache.h SmallStringKey() SmallStringKey 52 Source/platform/fonts/WidthCache.h SmallStringKey(WTF::HashTableDeletedValueType) SmallStringKey 57 Source/platform/fonts/WidthCache.h template<typename CharacterType> SmallStringKey(CharacterType* characters, unsigned short length) SmallStringKey 101 Source/platform/fonts/WidthCache.h static unsigned hash(const SmallStringKey& key) { return key.hash(); } SmallStringKey 102 Source/platform/fonts/WidthCache.h static bool equal(const SmallStringKey& a, const SmallStringKey& b) { return a == b; } SmallStringKey 106 Source/platform/fonts/WidthCache.h struct SmallStringKeyHashTraits : WTF::SimpleClassHashTraits<SmallStringKey> { SmallStringKey 108 Source/platform/fonts/WidthCache.h static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); } SmallStringKey 113 Source/platform/fonts/WidthCache.h friend bool operator==(const SmallStringKey&, const SmallStringKey&); SmallStringKey 124 Source/platform/fonts/WidthCache.h if (static_cast<unsigned>(run.length()) > SmallStringKey::capacity()) SmallStringKey 152 Source/platform/fonts/WidthCache.h SmallStringKey smallStringKey; SmallStringKey 154 Source/platform/fonts/WidthCache.h smallStringKey = SmallStringKey(run.characters8(), length); SmallStringKey 156 Source/platform/fonts/WidthCache.h smallStringKey = SmallStringKey(run.characters16(), length); SmallStringKey 195 Source/platform/fonts/WidthCache.h inline bool operator==(const WidthCache::SmallStringKey& a, const WidthCache::SmallStringKey& b)