Searched refs:_cbor_map_add_value (Results 1 – 3 of 3) sorted by relevance
96 bool _cbor_map_add_value(cbor_item_t *item, cbor_item_t *value) { in _cbor_map_add_value() function110 return _cbor_map_add_value(item, pair.value); in cbor_map_add()
83 bool _cbor_map_add_value(cbor_item_t *item, cbor_item_t *value);
55 _cbor_map_add_value(ctx->stack->top->item, cbor_move(item)); in _cbor_builder_append()