Searched refs:constructDeletedValue (Results 1 – 9 of 9) sorted by relevance
67 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); }
348 …oid deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
50 static void constructDeletedValue(SkSize& slot)74 static void constructDeletedValue(SkISize& slot)
60 …static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicStrin…
42 …static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(…
65 static void constructDeletedValue(FontPlatformData& slot) in constructDeletedValue() function
84 static void constructDeletedValue(int& slot) { slot = -3; } in constructDeletedValue() function
127 static void constructDeletedValue(StringKey& slot) in constructDeletedValue() function
169 …static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF:… in constructDeletedValue() function