Searched refs:m_cchUpdateParent (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgStatsQt4.cpp | 183 size_t m_cchUpdateParent; member in class:VBoxDbgStatsModel 752 m_pRoot(NULL), m_iUpdateChild(UINT32_MAX), m_pUpdateParent(NULL), m_cchUpdateParent(0) 1470 Assert(m_szUpdateParent[m_cchUpdateParent - 1] == '/'); 1480 Log(("updateCallbackHandleOutOfOrder: pszName='%s' m_szUpdateParent='%s' m_cchUpdateParent=%u pNode='%s'\n", 1481 pszName, m_szUpdateParent, m_cchUpdateParent, getNodePath2(pNode, szStrict, sizeof(szStrict)))); 1486 if (!strncmp(pszName, m_szUpdateParent, m_cchUpdateParent)) 1488 Assert(m_cchUpdateParent > pNode->cchName); 1489 m_cchUpdateParent -= pNode->cchName + 1; 1490 m_szUpdateParent[m_cchUpdateParent] = '\0'; 1491 Log2(("updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent [all...] |
Completed in 221 milliseconds