Searched refs:zcbor_is_last_fragment (Results 1 – 3 of 3) sorted by relevance
419 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()
438 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment);
581 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment) in zcbor_is_last_fragment() function