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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringHash.h54 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DSkSizeHash.h50 static void constructDeletedValue(SkSize& slot) function in struct:WTF::HashTraits
74 static void constructDeletedValue(SkISize& slot) function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h67 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); } function in struct:WTF::GenericHashTraitsBase
101 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
113 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; } function in struct:WTF::UnsignedWithZeroKeyHashTraits
120 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); } function in struct:WTF::HashTraits
126 static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); } function in struct:WTF::SimpleClassHashTraits
195 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); } function in struct:WTF::PairHashTraits
241 static void constructDeletedValue(TraitType& slot) { KeyTraits::constructDeletedValue(slot.key); } function in struct:WTF::KeyValuePairHashTraits
H A DHashTable.h345 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DIntSizeHash.h42 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); } function in struct:WTF::HashTraits
H A DFontCache.cpp271 static void constructDeletedValue(FontPlatformData& slot) function in struct:WebCore::FontDataCacheKeyTraits
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSettings.h56 static void constructDeletedValue(int& slot) { slot = -3; } function in struct:WebCore::UScriptCodeHashTraits
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A Dnpruntime.cpp125 static void constructDeletedValue(StringKey& slot) function in struct:StringKeyHashTraits
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFormController.cpp168 static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); } function in struct:WebCore::FormElementKeyHashTraits

Completed in 886 milliseconds