Lines Matching refs:m_hImpl
229 TypeWriterImpl m_hImpl; member in RegistryTypeWriter
241 , m_hImpl(NULL) in RegistryTypeWriter()
243 m_hImpl = m_pApi->createEntry(RTTypeClass, in RegistryTypeWriter()
254 , m_hImpl(toCopy.m_hImpl) in RegistryTypeWriter()
256 m_pApi->acquire(m_hImpl); in RegistryTypeWriter()
261 m_pApi->release(m_hImpl); in ~RegistryTypeWriter()
266 if (m_hImpl != toAssign.m_hImpl) in operator ==()
268 m_pApi->release(m_hImpl); in operator ==()
269 m_hImpl = toAssign.m_hImpl; in operator ==()
270 m_pApi->acquire(m_hImpl); in operator ==()
284 …m_pApi->setFieldData(m_hImpl, index, name.pData, typeName.pData, doku.pData, fileName.pData, acces… in setFieldData()
296 …m_pApi->setMethodData(m_hImpl, index, name.pData, returnTypeName.pData, mode, paramCount, excCount… in setMethodData()
302 m_pApi->setUik(m_hImpl, &uik); in setUik()
307 m_pApi->setDoku(m_hImpl, doku.pData); in setDoku()
312 m_pApi->setFileName(m_hImpl, doku.pData); in setFileName()
321 m_pApi->setParamData(m_hImpl, index, paramIndex, type.pData, name.pData, mode); in setParamData()
328 m_pApi->setExcData(m_hImpl, index, excIndex, type.pData); in setExcData()
333 return m_pApi->getBlop(m_hImpl); in getBlop()
338 return m_pApi->getBlopSize(m_hImpl); in getBlopSize()
348 m_pApi->setReferenceData(m_hImpl, index, name.pData, refType, doku.pData, access); in setReferenceData()