Searched refs:CBOR_TYPE_ARRAY (Results 1 – 9 of 9) 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()
110 .type = CBOR_TYPE_ARRAY, in cbor_new_definite_array()125 .type = CBOR_TYPE_ARRAY, in cbor_new_indefinite_array()
45 return cbor_typeof(item) == CBOR_TYPE_ARRAY; in cbor_isa_array()125 case CBOR_TYPE_ARRAY: { in cbor_decref()
33 CBOR_TYPE_ARRAY /** 4 - arrays */ enumerator
32 case CBOR_TYPE_ARRAY: in cbor_serialize()119 case CBOR_TYPE_ARRAY: { in cbor_serialized_size()
223 case CBOR_TYPE_ARRAY: { in cbor_copy()362 case CBOR_TYPE_ARRAY: { in cbor_copy_definite()506 case CBOR_TYPE_ARRAY: { in _cbor_nested_describe()
12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
41 case CBOR_TYPE_ARRAY: { in cbor_to_cjson()
36 case CBOR_TYPE_ARRAY: { in _cbor_builder_append()342 case CBOR_TYPE_ARRAY: in _cbor_is_indefinite()