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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsISupportsBase.h69 typedef unsigned long nsrefcnt; typedef
71 typedef PRUint32 nsrefcnt; typedef
105 NS_IMETHOD_(nsrefcnt) AddRef(void) = 0;
114 NS_IMETHOD_(nsrefcnt) Release(void) = 0;
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp86 typedef PRUint32 nsrefcnt; typedef
98 nsrefcnt (*VFTCALL AddRef)(void *pvThis);
100 nsrefcnt (*VFTCALL Release)(void *pvThis);
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsISupportsImpl.h83 nsAutoRefCnt(nsrefcnt aValue) : mValue(aValue) {}
86 nsrefcnt operator++() { return ++mValue; }
87 nsrefcnt operator--() { return --mValue; }
89 nsrefcnt operator=(nsrefcnt aValue) { return (mValue = aValue); }
90 operator nsrefcnt() const { return mValue; }
91 nsrefcnt get() const { return mValue; }
94 nsrefcnt operator++(int);
95 nsrefcnt operator--(int);
96 nsrefcnt mValu
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h816 typedef unsigned long nsrefcnt; typedef
818 typedef PRUint32 nsrefcnt; typedef
831 nsrefcnt (*AddRef)(nsISupports *pThis);
832 nsrefcnt (*Release)(nsISupports *pThis);
838 nsrefcnt (*AddRef)(nsISupports *pThis);
839 nsrefcnt (*Release)(nsISupports *pThis);
889 nsrefcnt (*AddRef)(nsIException *pThis);
890 nsrefcnt (*Release)(nsIException *pThis);
980 nsrefcnt (*AddRef)(nsIStackFrame *pThis);
981 nsrefcnt (*Releas
[all...]

Completed in 163 milliseconds