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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h137 The following three macros (|NSCAP_ADDREF|, |NSCAP_RELEASE|, and |NSCAP_LOG_ASSIGNMENT|)
143 #define NSCAP_RELEASE(this, ptr) NS_RELEASE(ptr)
150 #ifndef NSCAP_RELEASE
151 #define NSCAP_RELEASE(this, ptr) (ptr)->Release() macro
461 NSCAP_RELEASE(this, oldPtr);
494 NSCAP_RELEASE(this, oldPtr);
509 NSCAP_RELEASE(this, mRawPtr);

Completed in 253 milliseconds