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

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp107 * For filler nodes not containing data, this will be set to STAMTYPE_INVALID. */
803 a_pNode->enmType = STAMTYPE_INVALID;
836 pRoot->enmType = STAMTYPE_INVALID;
856 pNode->enmType = STAMTYPE_INVALID;
1028 pNode->enmType = STAMTYPE_INVALID;
1046 Assert(pNode->enmType == STAMTYPE_INVALID);
1127 if (pNode->enmType != STAMTYPE_INVALID)
1385 && pNode->enmType == STAMTYPE_INVALID);
1419 && pNode->enmType == STAMTYPE_INVALID);
1715 while ( pNode->enmType == STAMTYPE_INVALID
[all...]
/vbox/include/VBox/vmm/
H A Dstam.h110 STAMTYPE_INVALID = 0, enumerator in enum:STAMTYPE

Completed in 37 milliseconds