Searched refs:cbor_map_allocated (Results 1 – 5 of 5) sorted by relevance
35 size_t cbor_map_allocated(const cbor_item_t *item);
16 size_t cbor_map_allocated(const cbor_item_t *item) { in cbor_map_allocated() function
25 .. doxygenfunction:: cbor_map_allocated
30 assert_int_equal(cbor_map_allocated(map), 0); in test_empty_map()
247 assert_int_equal(cbor_map_allocated(map), 0); in test_map_add()