Searched defs:nsGenericHashKey (Results 1 – 1 of 1) sorted by relevance
92247 class nsGenericHashKey : public PLDHashEntryHdr class92253 explicit nsGenericHashKey(KeyTypePointer aKey) : mKey(*aKey) {} in nsGenericHashKey() function in nsGenericHashKey92254 nsGenericHashKey(const nsGenericHashKey<T>& aOther) : mKey(aOther.mKey) {} in nsGenericHashKey() function in nsGenericHashKey