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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCOMPtr.cpp46 #define REINTERPRET_CAST(T,x) reinterpret_cast<T>(x) macro
49 #define REINTERPRET_CAST(T,x) ((T)(x)) macro
339 nsresult result = CreateIBar(REINTERPRET_CAST(void**, &barP));
346 if ( NS_SUCCEEDED( result = barP->QueryInterface(NS_GET_IID(IFoo), REINTERPRET_CAST(void**, &fooP)) ) )
379 nsresult result = CreateIBar(REINTERPRET_CAST(void**, &barP));
384 if ( NS_SUCCEEDED( result = barP->QueryInterface(NS_GET_IID(IFoo), REINTERPRET_CAST(void**, &fooP)) ) )

Completed in 42 milliseconds