Searched refs:uNestingLevel (Results 1 – 2 of 2) sorted by relevance
403 uint8_t uNestingLevel; member
2067 pDecodedItem->uNestingLevel = DecodeNesting_GetCurrentLevel(&(pMe->nesting)); in QCBORDecode_Private_GetNextMapOrArray()2378 const int nNestLevel = pDecodedItem->uNestingLevel + 1; in QCBORDecode_Private_ExpMantissa()2386 if(exponentItem.uNestingLevel != nNestLevel) { in QCBORDecode_Private_ExpMantissa()2411 if(mantissaItem.uNestingLevel != nNestLevel) { in QCBORDecode_Private_ExpMantissa()3173 const bool bIsEmpty = (pItemToConsume->uNextNestLevel <= pItemToConsume->uNestingLevel); in QCBORDecode_Private_ConsumeItem()4180 const bool bIsEmpty = (Item.uNextNestLevel <= Item.uNestingLevel); in QCBORDecode_Private_EnterBoundedMapOrArray()