Searched defs:HashCode (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp56 PRUint32 HashCode(void) const { function in class:nsProviderKey
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.cpp262 * |nsCRT::HashCode| is identical to |PL_HashString|, which tests
271 PRUint32 nsCRT::HashCode(const char* str, PRUint32* resultingStrLen) function in class:nsCRT
287 PRUint32 nsCRT::HashCode(const PRUnichar* str, PRUint32* resultingStrLen) function in class:nsCRT
H A DnsHashtable.h84 virtual PRUint32 HashCode(void) const = 0;
261 PRUint32 HashCode(void) const { function in class:nsISupportsKey
290 PRUint32 HashCode(void) const { function in class:nsPRUint32Key
324 PRUint32 HashCode(void) const { function in class:nsVoidKey
363 PRUint32 HashCode(void) const { function in class:nsIDKey
401 PRUint32 HashCode(void) const;
435 PRUint32 HashCode(void) const;
H A DnsHashtable.cpp87 return hashKey->HashCode();
557 nsCStringKey::HashCode(void) const function in class:nsCStringKey
559 return nsCRT::HashCode(mStr, (PRUint32*)&mStrLen);
567 NS_ASSERTION(mStrLen != PRUint32(-1), "never called HashCode");
568 NS_ASSERTION(other->mStrLen != PRUint32(-1), "never called HashCode");
684 nsStringKey::HashCode(void) const function in class:nsStringKey
686 return nsCRT::HashCode(mStr, (PRUint32*)&mStrLen);
694 NS_ASSERTION(mStrLen != PRUint32(-1), "never called HashCode");
695 NS_ASSERTION(other->mStrLen != PRUint32(-1), "never called HashCode");
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp66 PRUint32 HashCode(void) const { function in class:nsProxyEventKey
129 printf("Hashkey: %d\n", key.HashCode());
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp109 virtual PRUint32 HashCode(void) const function in class:SystemDirectoriesKey

Completed in 84 milliseconds