Searched refs:zcbor_tstr_encode (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/samples/pet/src/ |
| D | pet_encode.c | 40 …multi_encode_minmax(1, 3, &(*input).names_count, (zcbor_encoder_t *)zcbor_tstr_encode, state, (*&(… in encode_Pet()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 84 bool zcbor_tstr_encode(zcbor_state_t *state, const struct zcbor_string *input); /* tstr */
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 296 bool zcbor_tstr_encode(zcbor_state_t *state, const struct zcbor_string *input) function 314 return zcbor_tstr_encode(state, &zs);
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 170 zassert_true(zcbor_tstr_encode(state_e, &tstr), NULL); in ZTEST() 236 zassert_false(zcbor_tstr_encode(state_e, &failing_string), NULL); in ZTEST()
|