Lines Matching refs:pXtorList
155 PointerList* pXtorList; member
168 ,pXtorList( NULL ) in DebugData()
828 aDebugData.pXtorList = new PointerList; in GetDebugData()
998 if ( pData->pXtorList && pData->pXtorList->Count() && in DebugDeInit()
1007 for( i = 0, nCount = pData->pXtorList->Count(); i < nCount; i++ ) in DebugDeInit()
1009 XtorType* pXtorData = (XtorType*)pData->pXtorList->Get( i ); in DebugDeInit()
1027 if ( pData->pXtorList ) in DebugDeInit()
1029 for( i = 0, nCount = pData->pXtorList->Count(); i < nCount; i++ ) in DebugDeInit()
1031 XtorType* pXtorData = (XtorType*)pData->pXtorList->Get( i ); in DebugDeInit()
1034 delete pData->pXtorList; in DebugDeInit()
1035 pData->pXtorList = NULL; in DebugDeInit()
1131 if ( pData->pXtorList && pData->pXtorList->Count() && in DebugXTorInfo()
1140 for( i = 0, nCount = pData->pXtorList->Count(); i < nCount; i++ ) in DebugXTorInfo()
1142 XtorType* pXtorData = (XtorType*)pData->pXtorList->Get( i ); in DebugXTorInfo()
1466 pData->pXtorList->Add( (void*)pXtorData ); in DbgXtor()