Lines Matching refs:aInst

67     if( aInst.IsInst() )  in ~RscInstNode()
69 aInst.pClass->Destroy( aInst ); in ~RscInstNode()
70 rtl_freeMemory( aInst.pData ); in ~RscInstNode()
164 pRetNode->aInst = pNode->aInst.pClass->Create( NULL, pNode->aInst ); in Create()
177 RSCINST aInst; in Create() local
182 aInst.pClass = this; in Create()
183 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
186 aInst = *pInst; in Create()
190 RscTop::Create( &aInst, rDflt, bOwnClass ); in Create()
192 pClassData = (RscArrayInst *)(aInst.pData + nOffInstData); in Create()
202 return( aInst ); in Create()
283 pNode->aInst = pCreateClass->Create( NULL, rInst ); in GetValueEle()
285 pNode->aInst = GetSuperClass()->Create( NULL, rInst ); in GetValueEle()
286 pNode->aInst.pClass->SetToDefault( pNode->aInst ); in GetValueEle()
293 *pGetInst = pNode->aInst; in GetValueEle()
336 bRet = pNode->aInst.pClass->IsConsistent( pNode->aInst, pList ); in IsConsistent()
372 pNode->aInst.pClass->SetToDefault( pNode->aInst ); in SetToDefault()
404 bRet = pNode->aInst.pClass->IsDefault( pNode->aInst ); in IsDefault()
441 bRet = pNode->aInst.pClass->IsValueDefault( pNode->aInst, pDef ); in IsValueDefault()
491 if( pNode->aInst.pClass->IsDefault( pNode->aInst ) ) in WriteSrcHeader()
494 pNode->aInst.pClass->WriteSrcHeader( in WriteSrcHeader()
495 pNode->aInst, fOutput, in WriteSrcHeader()
526 if( !pNode->aInst.pClass->IsValueDefault( pNode->aInst, pDfltData ) ) in WriteSrc()
535 pNode->aInst.pClass->WriteSrcHeader( pNode->aInst, fOutput, pTC, in WriteSrc()
595 aError = pNode->aInst.pClass->WriteRc( pNode->aInst, rMem, pTC, in WriteRc()