Home
last modified time | relevance | path

Searched refs:zcbor_tstr_encode (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/samples/pet/src/
Dpet_encode.c40 …multi_encode_minmax(1, 3, &(*input).names_count, (zcbor_encoder_t *)zcbor_tstr_encode, state, (*&(… in encode_Pet()
/zcbor-latest/include/
Dzcbor_encode.h84 bool zcbor_tstr_encode(zcbor_state_t *state, const struct zcbor_string *input); /* tstr */
/zcbor-latest/src/
Dzcbor_encode.c296 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/
Dmain.c170 zassert_true(zcbor_tstr_encode(state_e, &tstr), NULL); in ZTEST()
236 zassert_false(zcbor_tstr_encode(state_e, &failing_string), NULL); in ZTEST()