Searched refs:cbor_map_is_indefinite (Results 1 – 6 of 6) sorted by relevance
105 _CBOR_NODISCARD CBOR_EXPORT bool cbor_map_is_indefinite(
118 bool cbor_map_is_indefinite(const cbor_item_t* item) { in cbor_map_is_indefinite() function
336 CBOR_ASSERT(cbor_map_is_indefinite(item)); in cbor_serialize_map()357 CBOR_ASSERT(cbor_map_is_indefinite(item)); in cbor_serialize_map()
65 assert_true(cbor_map_is_indefinite(map)); in test_indef_simple_map()165 assert_true(cbor_map_is_indefinite(map)); in test_streamed_streamed_kv_map()
45 .. doxygenfunction:: cbor_map_is_indefinite
345 return cbor_map_is_indefinite(item); in _cbor_is_indefinite()