Searched refs:hashTableDeletedValue (Results 1 – 5 of 5) sorted by relevance
70 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(hashTableDeletedValue()) { } in QualifiedName()71 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } in isHashTableDeletedValue()108 …static QualifiedNameImpl* hashTableDeletedValue() { return RefPtr<QualifiedNameImpl>::hashTableDel… in hashTableDeletedValue() function
46 RefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in RefPtr()47 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()76 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } in hashTableDeletedValue() function
82 RetainPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in RetainPtr()83 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()124 static PtrType hashTableDeletedValue() { return reinterpret_cast<PtrType>(-1); } in hashTableDeletedValue() function
55 …explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0… in StringKey()66 return m_string == hashTableDeletedValue(); in isHashTableDeletedValue()73 const char* hashTableDeletedValue() const in hashTableDeletedValue() function in npruntime::StringKey
95 FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { } in FormElementKey()96 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); } in isHashTableDeletedValue()102 static StringImpl* hashTableDeletedValue() { return reinterpret_cast<StringImpl*>(-1); } in hashTableDeletedValue() function in WebCore::FormElementKey