Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DHashTraits.h67 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); }
101 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
113 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
120 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); }
126 … static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); }
195 …static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first…
241 … static void constructDeletedValue(TraitType& slot) { KeyTraits::constructDeletedValue(slot.key); }
DHashTable.h348 …oid deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DSkSizeHash.h50 static void constructDeletedValue(SkSize& slot)
74 static void constructDeletedValue(SkISize& slot)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DAtomicStringHash.h60 …static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicStrin…
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntSizeHash.h42 …static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(…
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDataCache.h65 static void constructDeletedValue(FontPlatformData& slot) in constructDeletedValue() function
DGenericFontFamilySettings.h84 static void constructDeletedValue(int& slot) { slot = -3; } in constructDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dnpruntime.cpp127 static void constructDeletedValue(StringKey& slot) in constructDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.cpp169 …static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF:… in constructDeletedValue() function