Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c419 zassert_false(zcbor_is_last_fragment(&output_frags[0]), NULL); in ZTEST()
429 zassert_true(zcbor_is_last_fragment(&output_frags[1]), NULL); in ZTEST()
475 zassert_false(zcbor_is_last_fragment(&output_frags[i - 1]), NULL); in ZTEST()
481 zassert_true(zcbor_is_last_fragment(&output_frags[17]), NULL); in ZTEST()
604 zassert_false(zcbor_is_last_fragment(&output_frags[0]), NULL); in ZTEST()
621 zassert_false(zcbor_is_last_fragment(&output_frags[1]), NULL); in ZTEST()
627 zassert_true(zcbor_is_last_fragment(&tstr_frags[1]), NULL); in ZTEST()
639 zassert_true(zcbor_is_last_fragment(&output_frags[2]), NULL); in ZTEST()
/zcbor-latest/include/
Dzcbor_decode.h438 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment);
/zcbor-latest/src/
Dzcbor_decode.c581 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment) in zcbor_is_last_fragment() function