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

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h160 class DConnectStubKey : public PLDHashEntryHdr class in inherits:PLDHashEntryHdr
174 DConnectStubKey(const Key *aKey) : mKey (*aKey) {} function in class:DConnectStubKey
175 DConnectStubKey(const DConnectStubKey &toCopy) : mKey (toCopy.mKey) {} function in class:DConnectStubKey
176 ~DConnectStubKey() {}
205 typedef nsDataHashtable<DConnectStubKey, DConnectStub *> DConnectStubMap;

Completed in 58 milliseconds