Searched refs:hashTableDeletedValue (Results 1 – 13 of 13) sorted by relevance
62 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(hashTableDeletedValue()) { } in QualifiedName()63 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } in isHashTableDeletedValue()99 …static QualifiedNameImpl* hashTableDeletedValue() { return RefPtr<QualifiedNameImpl>::hashTableDel… in hashTableDeletedValue() function
169 FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { } in FormElementKey()170 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); } in isHashTableDeletedValue()176 …static AtomicStringImpl* hashTableDeletedValue() { return reinterpret_cast<AtomicStringImpl*>(-1);… in hashTableDeletedValue() function
82 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } in isHashTableDeletedValue()84 : Handle<T>(hashTableDeletedValue()) in Strong()136 static HandleSlot hashTableDeletedValue() { return reinterpret_cast<HandleSlot>(-1); } in hashTableDeletedValue() function
73 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } in isHashTableDeletedValue()75 : Handle<T>(hashTableDeletedValue()) in Weak()126 static HandleSlot hashTableDeletedValue() { return reinterpret_cast<HandleSlot>(-1); } in hashTableDeletedValue() function
91 GRefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in GRefPtr()92 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()112 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } in hashTableDeletedValue() function
63 COMPtr(WTF::HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in COMPtr()64 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()102 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } in hashTableDeletedValue() function
55 RefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in RefPtr()56 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()87 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } in hashTableDeletedValue() function
69 RetainPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in RetainPtr()70 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()106 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } in hashTableDeletedValue() function
52 …explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0… in StringKey()63 return m_string == hashTableDeletedValue(); in isHashTableDeletedValue()70 const char* hashTableDeletedValue() const in hashTableDeletedValue() function in npruntime::StringKey
1311 (JSC::Weak::hashTableDeletedValue): Ditto.1870 (JSC::Global::hashTableDeletedValue): Reordered constructors to be near
6711 (WTF::GRefPtr::hashTableDeletedValue): Ditto.11421 Make PlatformRefPtr aware of hashTableDeletedValue. When PlatformRefPtr15618 (WTF::PlatformRefPtr::hashTableDeletedValue): Ditto.22363 (WTF::RetainPtr::hashTableDeletedValue):
12570 (WTF::GRefPtr::hashTableDeletedValue):
20589 (WebCore::FormElementKey::hashTableDeletedValue): GCC complained about the const keyword24841 constructor and isHashTableDeletedValue and hashTableDeletedValue26077 (COMPtr::hashTableDeletedValue): Added.