Searched defs:nsSupportsHashtable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.h194 // nsSupportsHashtable: an nsHashtable where the elements are nsISupports*
198 class NS_COM nsSupportsHashtable class in inherits:nsHashtable
204 nsSupportsHashtable(PRUint32 aSize = 16, PRBool threadSafe = PR_FALSE) function in class:nsSupportsHashtable
206 ~nsSupportsHashtable();
H A DnsHashtable.cpp806 // nsSupportsHashtable: an nsHashtable where the elements are nsISupports*
809 nsSupportsHashtable::ReleaseElement(nsHashKey *aKey, void *aData, void* aClosure)
816 nsSupportsHashtable::~nsSupportsHashtable()
824 nsSupportsHashtable::Put(nsHashKey *aKey, nsISupports* aData, nsISupports **value)
837 nsSupportsHashtable::Get(nsHashKey *aKey)
850 nsSupportsHashtable::Remove(nsHashKey *aKey, nsISupports **value)
862 nsSupportsHashtable::EnumerateCopy(PLDHashTable*,
876 nsSupportsHashtable::Clone()
881 nsSupportsHashtable* newHashTabl
[all...]

Completed in 133 milliseconds