Searched refs:uint64 (Results 1 – 2 of 2) sorted by relevance
428 uint64_t uint64; member520 uint64_t uint64; member
166 if(Item2.uLabelType == QCBOR_TYPE_UINT64 && Item1.label.uint64 == Item2.label.uint64) { in QCBORItem_MatchLabel()893 pDecodedItem->val.uint64 = uArgument; in QCBOR_Private_DecodeInteger()1821 pDecodedItem->label.uint64 = LabelItem.val.uint64; in QCBORDecode_Private_GetNextMapEntry()5512 if(pItem->val.uint64 < INT64_MAX) { in QCBOR_Private_ConvertInt64()5925 *puValue = pItem->val.uint64; in QCBOR_Private_ConvertUInt64()6301 *pdValue = (double)pItem->val.uint64; in QCBOR_Private_ConvertDouble()