Searched refs:HashTableDeletedValue (Results 1 – 22 of 22) sorted by relevance
240 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator373 …tedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in constructDeletedValue()374 …EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in isDeletedValue()380 …tedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in constructDeletedValue()381 …EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in isDeletedValue()
54 …ructDeletedValue(WTF::AtomicString& slot) { new (&slot) WTF::AtomicString(HashTableDeletedValue); }
53 AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } in AtomicString()
347 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { } in String()
80 KURL(WTF::HashTableDeletedValueType) : m_url(WTF::HashTableDeletedValue) { } in KURL()82 KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } in KURL()
173 : m_string(WTF::HashTableDeletedValue) in KURLGooglePrivate()
81 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator
72 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator
88 static void constructDeletedValue(T& slot) { new (&slot) T(HashTableDeletedValue); }
37 enum HashTableDeletedValueType { HashTableDeletedValue }; enumerator
226 …tatic void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue); }
118 , m_font(WTF::HashTableDeletedValue) in FontPlatformData()
240 new (&slot) FontPlatformData(HashTableDeletedValue); in constructDeletedValue()
126 new (&slot) StringKey(WTF::HashTableDeletedValue); in constructDeletedValue()
171 new (&slot) FixedSizeFontDataKey(WTF::HashTableDeletedValue); in constructDeletedValue()
194 …tructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTableDeletedValue); } in constructDeletedValue()
10731 …Remove special handling of HashTableDeletedValue in PlatformRefPtr and manually manage memory that…10734 Remove special handling of HashTableDeletedValue in PlatformRefPtr.14287 Added support to PlatformRefPtr for handling HashTableDeletedValue.14290 (WTF::PlatformRefPtr::PlatformRefPtr): Added a constructor that takes HashTableDeletedValue.
3649 Former implementation attempted to use AtomicString(HashTableDeletedValue)
17187 HashTableDeletedValue. Used that type to make a new constructor to construct
24851 WTF::HashTableDeletedValue to the m_font constructor instead of a26009 for HashTableDeletedValue.26020 * dom/Document.h: Added HashTableDeletedValue constructor and isHashTableDeletedValue26043 for HashTableDeletedValue.26056 HashTableDeletedValue.26062 (WebCore::String::String): Added constructor for HashTableDeletedValue.26073 (COMPtr::COMPtr): Added constructor for HashTableDeletedValue.26086 for HashTableDeletedValue.
17058 Former implementation attempted to use AtomicString(HashTableDeletedValue)
20380 …Remove special handling of HashTableDeletedValue in PlatformRefPtr and manually manage memory that…20385 value of -1 (HashTableDeletedValue) and HashTraits can only manage the type