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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.h69 class NS_COM nsHashKey { class
71 nsHashKey(void) { function in class:nsHashKey
75 MOZ_COUNT_CTOR(nsHashKey);
81 // nsHashKey pointer.
83 virtual ~nsHashKey(void);
85 virtual PRBool Equals(const nsHashKey *aKey) const = 0;
86 virtual nsHashKey *Clone() const = 0;
117 (*PR_CALLBACK nsHashtableEnumFunc)(nsHashKey *aKey, void *aData, void* aClosure);
121 nsHashKey **aKey,
127 nsHashKey *aKe
[all...]
H A DnsHashtable.cpp60 nsHashKey* key;
78 const nsHashKey* otherKey = NS_REINTERPRET_CAST(const nsHashKey*, key);
85 const nsHashKey* hashKey = NS_STATIC_CAST(const nsHashKey*, key);
95 // leave it up to the nsHashKey destructor to free the "value"
144 nsHashKey::~nsHashKey(void)
146 MOZ_COUNT_DTOR(nsHashKey);
150 nsHashKey
[all...]

Completed in 176 milliseconds