Searched refs:CBOR_TYPE_UINT (Results 1 – 10 of 10) sorted by relevance
25 assert_true(cbor_typeof(number) == CBOR_TYPE_UINT); in test_very_short_int()45 assert_true(cbor_typeof(number) == CBOR_TYPE_UINT); in test_short_int()59 assert_true(cbor_typeof(number) == CBOR_TYPE_UINT); in test_half_int()73 assert_true(cbor_typeof(number) == CBOR_TYPE_UINT); in test_int()87 assert_true(cbor_typeof(number) == CBOR_TYPE_UINT); in test_long_int()
84 item->type = CBOR_TYPE_UINT; in cbor_mark_uint()98 .type = CBOR_TYPE_UINT}; in cbor_new_int8()108 .type = CBOR_TYPE_UINT}; in cbor_new_int16()118 .type = CBOR_TYPE_UINT}; in cbor_new_int32()128 .type = CBOR_TYPE_UINT}; in cbor_new_int64()
29 return cbor_typeof(item) == CBOR_TYPE_UINT; in cbor_isa_uint()94 case CBOR_TYPE_UINT: in cbor_decref()
25 CBOR_TYPE_UINT /** 0 - positive integers */ enumerator
81 CBOR_ASSERT(item_type >= CBOR_TYPE_UINT && item_type <= CBOR_TYPE_FLOAT_CTRL);
24 case CBOR_TYPE_UINT: in cbor_serialize()67 case CBOR_TYPE_UINT: in cbor_serialized_size()
167 case CBOR_TYPE_UINT: in cbor_copy()305 case CBOR_TYPE_UINT: in cbor_copy_definite()451 CBOR_ASSERT(cbor_typeof(item) >= CBOR_TYPE_UINT && in _cbor_nested_describe()455 case CBOR_TYPE_UINT: { in _cbor_nested_describe()
21 case CBOR_TYPE_UINT: in cbor_to_cjson()
12 Corresponding :type:`cbor_type` ``CBOR_TYPE_UINT``
15 if (item->type == CBOR_TYPE_UINT || item->type == CBOR_TYPE_NEGINT || in check_key_type()43 if (curr->type == CBOR_TYPE_UINT || curr->type == CBOR_TYPE_NEGINT) { in ctap_check_cbor()