Home
last modified time | relevance | path

Searched refs:zcbor_tstr_decode_fragment (Results 1 – 3 of 3) sorted by relevance

/zcbor-latest/include/
Dzcbor_decode.h407 bool zcbor_tstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result);
/zcbor-latest/src/
Dzcbor_decode.c654 bool zcbor_tstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) in zcbor_tstr_decode_fragment() function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c607 zassert_true(zcbor_tstr_decode_fragment(state_d, &tstr_frags[0]), NULL); in ZTEST()