Searched refs:cbor_is_undef (Results 1 – 5 of 5) sorted by relevance
41 .. doxygenfunction:: cbor_is_undef
265 CBOR_EXPORT bool cbor_is_undef(const cbor_item_t *item);
70 bool cbor_is_undef(const cbor_item_t *item) { in cbor_is_undef() function
82 assert_true(cbor_is_undef(float_ctrl)); in test_undef()
406 else if (cbor_is_undef(item)) in cbor_describe()