HomeSort by relevance Sort by last modified time
    Searched refs:hasIsEmptyValueFunction (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 46 // The hasIsEmptyValueFunction flag allows the hash table to automatically generate code to check
49 static const bool hasIsEmptyValueFunction = false;
149 static const bool hasIsEmptyValueFunction = true;
170 static const bool hasIsEmptyValueFunction = true;
196 static const bool hasIsEmptyValueFunction = true;
211 return HashTraitsEmptyValueChecker<Traits, Traits::hasIsEmptyValueFunction>::isEmptyValue(value);
HashMap.h 240 static const bool hasIsEmptyValueFunction = true;
LinkedHashSet.h 309 static const bool hasIsEmptyValueFunction = true;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 118 static const bool hasIsEmptyValueFunction = true;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 185 static const bool hasIsEmptyValueFunction = true;
    [all...]

Completed in 620 milliseconds