Searched refs:barP (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCOMPtr.cpp338 IBar* barP = 0; local
339 nsresult result = CreateIBar(REINTERPRET_CAST(void**, &barP));
341 if ( barP )
346 if ( NS_SUCCEEDED( result = barP->QueryInterface(NS_GET_IID(IFoo), REINTERPRET_CAST(void**, &fooP)) ) )
363 NS_RELEASE(barP);
367 NS_RELEASE(barP);
378 IBar* barP = 0; local
379 nsresult result = CreateIBar(REINTERPRET_CAST(void**, &barP));
381 if ( barP )
384 if ( NS_SUCCEEDED( result = barP
401 nsCOMPtr<IBar> barP; local
[all...]

Completed in 43 milliseconds