Searched defs:nsClearingPtrHashKey (Results 1 – 1 of 1) sorted by relevance
91988 class nsClearingPtrHashKey : public nsPtrHashKey<T> class91991 explicit nsClearingPtrHashKey(const T* aKey) : nsPtrHashKey<T>(aKey) {} in nsClearingPtrHashKey() function in nsClearingPtrHashKey91992 nsClearingPtrHashKey(const nsClearingPtrHashKey<T>& aToCopy) in nsClearingPtrHashKey() function in nsClearingPtrHashKey