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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-cursor.cpp73 pPrimaryCursor->Cursor.cDepth = 0;
93 pChild->cDepth = pParent->cDepth + 1;
94 AssertReturn(pChild->cDepth < RTASN1_MAX_NESTING, VERR_ASN1_TOO_DEEPLY_NESTED);
118 pChild->cDepth = pParent->cDepth + 1;
119 AssertReturn(pChild->cDepth < RTASN1_MAX_NESTING, VERR_ASN1_TOO_DEEPLY_NESTED);
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp470 uint32_t cDepth = 0; local
475 cDepth++;
478 return cDepth;
H A DMediumImpl.cpp4075 uint32_t cDepth = 0; local
4080 AssertReturn(autoCaller.isOk(), cDepth + 1);
4083 cDepth++;
4086 return cDepth;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4305 uint32_t cDepth = 0;
4319 cDepth--;
4346 Log4(("%08x: %*stag=%s (%#x, abbrev %u)%s\n", offLog, cDepth * 2, "", pszName,
4360 cDepth++;
/vbox/include/iprt/
H A Dasn1.h1506 uint8_t cDepth; member in struct:RTASN1CURSOR
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp717 unsigned cDepth = 0; local
729 AssertMsg(cDepth <= cMaxDepth, ("cDepth=%d cMaxDepth=%d\n", cDepth, cMaxDepth));

Completed in 483 milliseconds