Searched refs:pRefl (Results 1 – 2 of 2) sorted by relevance
498 IdlReflectionServiceImpl * pRefl = getReflection(); in getExceptionTypes() local501 pExceptionTypes[nExc] = pRefl->forType( ppExc[nExc] ); in getExceptionTypes()524 IdlReflectionServiceImpl * pRefl = getReflection(); in getParameterTypes() local527 pParamTypes[nParams] = pRefl->forType( pTypelibParams[nParams].pTypeRef ); in getParameterTypes()572 IdlReflectionServiceImpl * pRefl = getReflection(); in getParameterInfos() local583 rInfo.aType = pParamTypes[nParams] = pRefl->forType( rParam.pTypeRef ); in getParameterInfos()
384 IdlReflectionServiceImpl * pRefl ) in extract() argument402 rDest = pRefl->forType( reinterpret_cast< const Type * >( rObj.getValue() )->getTypeLibType() ); in extract()411 IdlReflectionServiceImpl * pRefl ) in coerce_assign() argument416 if (extract( rSource, (typelib_InterfaceTypeDescription *)pTD, xVal, pRefl )) in coerce_assign()
Completed in 20 milliseconds