Searched defs:nsIDHashKey (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/ds/ | ||
H A D | nsHashKeys.h | 60 * nsIDHashKey 226 class NS_COM nsIDHashKey : public PLDHashEntryHdr class in inherits:PLDHashEntryHdr 232 nsIDHashKey(const nsID* id) : mID(*id) { } function in class:nsIDHashKey 233 nsIDHashKey(const nsIDHashKey& toCopy) : mID(toCopy.mID) { } function in class:nsIDHashKey 234 ~nsIDHashKey() { } |
Completed in 69 milliseconds