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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCOMPtr.cpp45 #define STATIC_CAST(T,x) static_cast<T>(x) macro
48 #define STATIC_CAST(T,x) ((T)(x)) macro
134 STATIC_CAST(void*, this), total_constructions_);
141 STATIC_CAST(void*, this), total_destructions_);
149 STATIC_CAST(void*, this), refcount_);
162 STATIC_CAST(void*, this), refcount_);
166 printf(" delete IFoo@%p\n", STATIC_CAST(void*, this));
171 printf("<<IFoo@%p::Release()\n", STATIC_CAST(void*, this));
179 printf("IFoo@%p::QueryInterface()\n", STATIC_CAST(void*, this));
189 rawPtr = STATIC_CAST(nsISupport
[all...]

Completed in 259 milliseconds