Searched defs:nsUint64HashKey (Results 1 – 1 of 1) sorted by relevance
91859 class nsUint64HashKey : public PLDHashEntryHdr class91865 explicit nsUint64HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint64HashKey() function in nsUint64HashKey91866 nsUint64HashKey(const nsUint64HashKey& aToCopy) : mValue(aToCopy.mValue) {} in nsUint64HashKey() function in nsUint64HashKey