Home
last modified time | relevance | path

Searched refs:CBOR_TYPE_MAP (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dmap_test.c28 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()
/freebsd/contrib/libcbor/src/cbor/
H A Dmaps.c27 .type = CBOR_TYPE_MAP, in cbor_new_definite_map()
43 .type = CBOR_TYPE_MAP, in cbor_new_indefinite_map()
H A Dcommon.c43 return item->type == CBOR_TYPE_MAP; in cbor_isa_map()
130 case CBOR_TYPE_MAP: { in cbor_decref()
H A Ddata.h35 CBOR_TYPE_MAP /** 5 - maps */ enumerator
H A Dserialization.c34 case CBOR_TYPE_MAP: in cbor_serialize()
122 case CBOR_TYPE_MAP: { in cbor_serialized_size()
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c65 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()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_5.rst18 Corresponding :type:`cbor_type` ``CBOR_TYPE_MAP``
/freebsd/contrib/libcbor/src/
H A Dcbor.c239 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()