Searched defs:hashTableDeletedValue (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DStrong.h131 static HandleSlot hashTableDeletedValue() { return reinterpret_cast<HandleSlot>(-1); } function in class:JSC::Strong
H A DWeakInlines.h114 template<typename T> inline WeakImpl* Weak<T>::hashTableDeletedValue() function in class:JSC::Weak
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DQualifiedName.h105 static QualifiedNameImpl* hashTableDeletedValue() { return RefPtr<QualifiedNameImpl>::hashTableDeletedValue(); } function in class:WebCore::QualifiedName
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DCOMPtr.h99 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } function in class:COMPtr
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormController.cpp100 static AtomicStringImpl* hashTableDeletedValue() { return reinterpret_cast<AtomicStringImpl*>(-1); } function in class:WebCore::FormElementKey

Completed in 170 milliseconds