Home
last modified time | relevance | path

Searched refs:cbor_map_allocated (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libcbor/src/cbor/
H A Dmaps.h36 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_map_allocated(const cbor_item_t* item);
H A Dmaps.c16 size_t cbor_map_allocated(const cbor_item_t* item) { in cbor_map_allocated() function
/freebsd/contrib/libcbor/test/
H A Dmap_test.c32 assert_size_equal(cbor_map_allocated(map), 0); in test_empty_map()
230 assert_size_equal(cbor_map_allocated(map), 0); in test_map_add()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_5_maps.rst43 .. doxygenfunction:: cbor_map_allocated