Searched refs:hasIsEmptyValueFunction (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h52 // The hasIsEmptyValueFunction flag allows the hash table to automatically generate code to check
55 static const bool hasIsEmptyValueFunction = false; member in struct:WTF::GenericHashTraitsBase
153 static const bool hasIsEmptyValueFunction = true; member in struct:WTF::HashTraits
174 static const bool hasIsEmptyValueFunction = true; member in struct:WTF::HashTraits
200 static const bool hasIsEmptyValueFunction = true; member in struct:WTF::HashTraits
215 return HashTraitsEmptyValueChecker<Traits, Traits::hasIsEmptyValueFunction>::isEmptyValue(value);
H A DHashMap.h240 static const bool hasIsEmptyValueFunction = true; member in struct:WTF::HashMapValueTraits
H A DLinkedHashSet.h306 static const bool hasIsEmptyValueFunction = true; member in struct:WTF::LinkedHashSetTraits
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthCache.h116 static const bool hasIsEmptyValueFunction = true; member in struct:blink::WidthCache::SmallStringKeyHashTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp183 static const bool hasIsEmptyValueFunction = true; member in struct:WTF::HashTraits

Completed in 1792 milliseconds