Searched refs:_cbor_map_add_key (Results 1 – 3 of 3) sorted by relevance
52 bool _cbor_map_add_key(cbor_item_t* item, cbor_item_t* key) { in _cbor_map_add_key() function109 if (!_cbor_map_add_key(item, pair.key)) return false; in cbor_map_add()
78 _CBOR_NODISCARD CBOR_EXPORT bool _cbor_map_add_key(cbor_item_t* item,
78 if (!_cbor_map_add_key(ctx->stack->top->item, item)) { in _cbor_builder_append()