Searched refs:cbor_array_get (Results 1 – 6 of 6) sorted by relevance
112 assert_uint8(tmp = cbor_array_get(copy = cbor_copy(item), 0), 42); in test_def_array()122 assert_uint8(tmp = cbor_array_get(copy = cbor_copy(item), 0), 42); in test_indef_array()
45 cbor_item_t *intermediate = cbor_array_get(arr, 0); in test_simple_array()
37 cbor_item_t* cbor_array_get(const cbor_item_t* item, size_t index);
22 cbor_item_t *cbor_array_get(const cbor_item_t *item, size_t index) { in cbor_array_get() function
48 .. doxygenfunction:: cbor_array_get
198 res, cbor_move(cbor_copy(cbor_move(cbor_array_get(item, i))))); in cbor_copy()