Searched refs:CBOR_TYPE_MAP (Results 1 – 8 of 8) sorted by relevance
28 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_empty_map()43 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_simple_map()63 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_indef_simple_map()90 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_def_nested_map()97 assert_true(cbor_typeof(handle[0].value) == CBOR_TYPE_MAP); in test_def_nested_map()114 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_streamed_key_map()136 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_streamed_kv_map()163 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP); in test_streamed_streamed_kv_map()
27 .type = CBOR_TYPE_MAP, in cbor_new_definite_map() 43 .type = CBOR_TYPE_MAP, in cbor_new_indefinite_map()
43 return item->type == CBOR_TYPE_MAP; in cbor_isa_map()130 case CBOR_TYPE_MAP: { in cbor_decref()
35 CBOR_TYPE_MAP /** 5 - maps */ enumerator
34 case CBOR_TYPE_MAP: in cbor_serialize()122 case CBOR_TYPE_MAP: { in cbor_serialized_size()
65 case CBOR_TYPE_MAP: { in _cbor_builder_append() 344 case CBOR_TYPE_MAP:362 (item->type != CBOR_TYPE_MAP || ctx->stack->top->subitems % 2 == 0)) { in cbor_builder_indef_break_callback()
18 Corresponding :type:`cbor_type` ``CBOR_TYPE_MAP``
239 case CBOR_TYPE_MAP: { in cbor_copy() 376 case CBOR_TYPE_MAP: { in _cbor_nested_describe() 377 _cbor_type_marquee(out, "CBOR_TYPE_MAP", indent); in _cbor_nested_describe()