Searched refs:constructDeletedValue (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTraits.h49 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); } function in struct:WTF::GenericHashTraitsBase
63 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
75 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; } function in struct:WTF::UnsignedWithZeroKeyHashTraits
82 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); } function in struct:WTF::HashTraits
88 static void constructDeletedValue(T& slot) { new (&slot) T(HashTableDeletedValue); } function in struct:WTF::SimpleClassHashTraits
108 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); } function in struct:WTF::PairHashTraits
H A DHashTable.h388 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
470 Traits::constructDeletedValue(deletedValue);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicStringHash.h54 static void constructDeletedValue(WTF::AtomicString& slot) { new (&slot) WTF::AtomicString(HashTableDeletedValue); } function in struct:WTF::HashTraits
/external/webkit/Source/WebCore/platform/graphics/
H A DIntPointHash.h39 static void constructDeletedValue(WebCore::IntPoint& slot) { slot = WebCore::IntPoint(std::numeric_limits<int>::min(), 0); } function in struct:WTF::HashTraits
H A DIntSizeHash.h39 static void constructDeletedValue(WebCore::IntSize& slot) { new (&slot) WebCore::IntSize(-1, -1); } function in struct:WTF::HashTraits
H A DIntRectHash.h53 static void constructDeletedValue(WebCore::IntRect& slot) { new (&slot) WebCore::IntRect(-1, -1, -1, -1); } function in struct:WTF::HashTraits
H A DFontCache.cpp238 static void constructDeletedValue(FontPlatformData& slot) function in struct:WebCore::FontDataCacheKeyTraits
/external/webkit/Source/WebKit/win/
H A DWebKitCOMAPI.cpp45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } function in struct:CLSIDHashTraits
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructureTransitionTable.h68 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); } function in struct:JSC::StructureTransitionTable::HashTraits
H A DRegExpKey.h106 static void constructDeletedValue(JSC::RegExpKey& slot) { slot.flagsValue = JSC::DeletedValueFlags; } function in struct:WTF::HashTraits
H A DJSValue.h373 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
380 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
/external/webkit/Source/JavaScriptCore/profiler/
H A DCallIdentifier.h88 static void constructDeletedValue(JSC::CallIdentifier& slot) function in struct:WTF::HashTraits
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTilerChromium.h149 static void constructDeletedValue(TileMapKey& slot) { slot = std::make_pair(-2, -2); } function in struct:WebCore::LayerTilerChromium::TileMapKeyTraits
/external/webkit/Source/WebCore/platform/win/
H A DCOMPtr.h226 static void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue); } function in struct:WTF::HashTraits
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime.cpp124 static void constructDeletedValue(StringKey& slot) function in struct:StringKeyHashTraits
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp59 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } function in struct:WebCore::MappedAttributeKeyTraits
H A DDocument.h194 static void constructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTableDeletedValue); } function in struct:WebCore::FormElementKeyHashTraits
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp169 static void constructDeletedValue(FixedSizeFontDataKey& slot) function in struct:WebCore::FixedSizeFontDataKeyTraits
/external/webkit/Source/WebCore/platform/cf/
H A DBinaryPropertyList.cpp83 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); } function in struct:WebCore::IntegerArrayHashTraits

Completed in 1975 milliseconds