Home
last modified time | relevance | path

Searched refs:_pParamTypes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx341 Sequence< Reference< XIdlClass > > * _pParamTypes; member in stoc_corefl::IdlInterfaceMethodImpl
352 , _pParamTypes( 0 ) in IdlInterfaceMethodImpl()
381 delete _pParamTypes; in ~IdlInterfaceMethodImpl()
494 if (! _pParamTypes) in getParameterTypes()
497 if (! _pParamTypes) in getParameterTypes()
511 _pParamTypes = pTempParamTypes; in getParameterTypes()
514 return *_pParamTypes; in getParameterTypes()
531 if (_pParamTypes) // use param types in getParameterInfos()
533 const Reference< XIdlClass > * pParamTypes = _pParamTypes->getConstArray(); in getParameterInfos()
567 _pParamTypes = pTempParamTypes; in getParameterInfos()