Searched refs:findInfo (Results 1 – 2 of 2) sorted by relevance
238 if (0 != findInfo( fromType )) // proxy supports demanded interface in CanCastTo()276 if (0 != findInfo( fromType )) in CanCastTo()293 OSL_ASSERT( 0 != proxy->findInfo( fromType ) ); in CanCastTo()296 OSL_ASSERT( 0 != findInfo( fromType ) ); in CanCastTo()396 UnoInterfaceInfo * UnoInterfaceProxy::findInfo( ::System::Type * type ) in findInfo() function in cli_uno::UnoInterfaceProxy410 UnoInterfaceInfo * info = proxy->findInfo( type ); in findInfo()440 UnoInterfaceInfo* info = findInfo( typeBeingCalled ); in Invoke()
83 UnoInterfaceInfo * findInfo( ::System::Type * type );
Completed in 22 milliseconds