Searched refs:emptyValueIsZero (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTraits.h41 static const bool emptyValueIsZero = false; member in struct:WTF::GenericHashTraitsBase
47 static const bool emptyValueIsZero = true; member in struct:WTF::GenericHashTraitsBase
72 static const bool emptyValueIsZero = false; member in struct:WTF::UnsignedWithZeroKeyHashTraits
80 static const bool emptyValueIsZero = true; member in struct:WTF::HashTraits
87 static const bool emptyValueIsZero = true; member in struct:WTF::SimpleClassHashTraits
103 static const bool emptyValueIsZero = FirstTraits::emptyValueIsZero && SecondTraits::emptyValueIsZero; member in struct:WTF::PairHashTraits
H A DHashTable.h879 if (Traits::emptyValueIsZero)
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicStringHash.h53 static const bool emptyValueIsZero = true; member in struct:WTF::HashTraits
/external/webkit/Source/WebCore/platform/graphics/
H A DIntSizeHash.h37 static const bool emptyValueIsZero = true; member in struct:WTF::HashTraits
H A DIntRectHash.h51 static const bool emptyValueIsZero = true; member in struct:WTF::HashTraits
H A DFontCache.cpp231 static const bool emptyValueIsZero = true; member in struct:WebCore::FontDataCacheKeyTraits
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructureTransitionTable.h63 static const bool emptyValueIsZero = FirstTraits::emptyValueIsZero && SecondTraits::emptyValueIsZero; member in struct:JSC::StructureTransitionTable::HashTraits
H A DSymbolTable.h118 static const bool emptyValueIsZero = true; member in struct:JSC::SymbolTableIndexHashTraits
H A DJSValue.h371 static const bool emptyValueIsZero = false; member in struct:JSC::EncodedJSValueHashTraits
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.h145 static const bool emptyValueIsZero = false; member in struct:WTF::HashTraits
H A DStyledElement.cpp57 static const bool emptyValueIsZero = true; member in struct:WebCore::MappedAttributeKeyTraits
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTilerChromium.h146 static const bool emptyValueIsZero = false; member in struct:WebCore::LayerTilerChromium::TileMapKeyTraits
/external/webkit/Source/WebCore/platform/win/
H A DCOMPtr.h225 static const bool emptyValueIsZero = true; member in struct:WTF::HashTraits
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp163 static const bool emptyValueIsZero = true; member in struct:WebCore::FixedSizeFontDataKeyTraits
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h418 static const bool emptyValueIsZero = false; member in struct:JSC::BytecodeGenerator::IdentifierMapIndexHashTraits

Completed in 316 milliseconds