Searched refs:pDescStr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp140 QString *pDescStr; member in struct:DBGGUISTATSNODE
808 if (a_pNode->pDescStr)
810 delete a_pNode->pDescStr;
811 a_pNode->pDescStr = NULL;
818 a_pNode->pDescStr++;
1031 if (pNode->pDescStr)
1033 delete pNode->pDescStr;
1034 pNode->pDescStr = NULL;
1049 pNode->pDescStr = new QString(pszDesc); /* ignore allocation failure (well, at least up to the point we can ignore it) */
2369 return pNode->pDescStr
[all...]

Completed in 44 milliseconds