Searched refs:cbor_array_allocated (Results 1 – 6 of 6) sorted by relevance
29 size_t cbor_array_allocated(const cbor_item_t* item);
17 size_t cbor_array_allocated(const cbor_item_t *item) { in cbor_array_allocated() function
40 .. doxygenfunction:: cbor_array_allocated
42 assert_int_equal(cbor_array_allocated(arr), 1); in test_simple_array()
228 assert_int_equal(cbor_array_allocated(array), 0); in test_array_push()
66 - Added `cbor_array_allocated` & map equivalent