Searched refs:_cbor_map_add_value (Results 1 – 3 of 3) sorted by relevance
95 bool _cbor_map_add_value(cbor_item_t *item, cbor_item_t *value) { in _cbor_map_add_value() function109 return _cbor_map_add_value(item, pair.value); in cbor_map_add()
85 _CBOR_NODISCARD CBOR_EXPORT bool _cbor_map_add_value(cbor_item_t *item,
71 if (!_cbor_map_add_value(ctx->stack->top->item, item)) { in _cbor_builder_append()