Home
last modified time | relevance | path

Searched defs:SmallStringKeyHashTraits (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthCache.h117 struct SmallStringKeyHashTraits : WTF::SimpleClassHashTraits<SmallStringKey> { struct
118 static const bool hasIsEmptyValueFunction = true;
119 static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); } in isEmptyValue()
120 static const bool needsDestruction = false;
121 static const unsigned minimumTableSize = 16;