Searched refs:cDepth (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-cursor.cpp | 73 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 D | SnapshotImpl.cpp | 470 uint32_t cDepth = 0; local 475 cDepth++; 478 return cDepth;
|
H A D | MediumImpl.cpp | 4075 uint32_t cDepth = 0; local 4080 AssertReturn(autoCaller.isOk(), cDepth + 1); 4083 cDepth++; 4086 return cDepth;
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgmoddwarf.cpp | 4305 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 D | asn1.h | 1506 uint8_t cDepth; member in struct:RTASN1CURSOR
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMPhys.cpp | 717 unsigned cDepth = 0; local 729 AssertMsg(cDepth <= cMaxDepth, ("cDepth=%d cMaxDepth=%d\n", cDepth, cMaxDepth));
|
Completed in 483 milliseconds