Searched refs:CBOR_TYPE_ARRAY (Results 1 – 8 of 8) sorted by relevance
20 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_empty_array()33 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_simple_array()59 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_nested_arrays()80 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_indef_arrays()100 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_nested_indef_arrays()
109 .type = CBOR_TYPE_ARRAY, in cbor_new_definite_array()124 .type = CBOR_TYPE_ARRAY, in cbor_new_indefinite_array()
39 return item->type == CBOR_TYPE_ARRAY; in cbor_isa_array()121 case CBOR_TYPE_ARRAY: { in cbor_decref()
33 CBOR_TYPE_ARRAY /** 4 - arrays */ enumerator
32 case CBOR_TYPE_ARRAY: in cbor_serialize()111 case CBOR_TYPE_ARRAY: { in cbor_serialized_size()
12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
213 case CBOR_TYPE_ARRAY: { in cbor_copy() 362 case CBOR_TYPE_ARRAY: { in _cbor_nested_describe() 363 _cbor_type_marquee(out, "CBOR_TYPE_ARRAY", indent); in _cbor_nested_describe()
36 case CBOR_TYPE_ARRAY: { in _cbor_builder_append() 342 case CBOR_TYPE_ARRAY: in cbor_builder_map_start_callback()