Searched refs:key_value_pair (Results 1 – 4 of 4) sorted by relevance
99 struct key_value_pair { struct101 struct value_r key_value_pair; member105 struct key_value_pair record_key_value_pair_m;
36 static bool encode_key_value_pair(zcbor_state_t *state, const struct key_value_pair *input);155 static bool encode_key_value_pair(zcbor_state_t *state, const struct key_value_pair *input) in encode_key_value_pair()160 (encode_value(state, (&(*input).key_value_pair))))); in encode_key_value_pair()
36 static bool decode_key_value_pair(zcbor_state_t *state, struct key_value_pair *result);143 static bool decode_key_value_pair(zcbor_state_t *state, struct key_value_pair *result) in decode_key_value_pair()148 (decode_value(state, (&(*result).key_value_pair))))); in decode_key_value_pair()
1009 struct key_value_pair *kvp = in do_write_op_senml_cbor()1014 kvp->key_value_pair.value_tstr.len); in do_write_op_senml_cbor()1017 kvp->key_value_pair.value_tstr.value); in do_write_op_senml_cbor()