Searched refs:zcbor_bstr_start_decode (Results 1 – 4 of 4) sorted by relevance
95 zcbor_bstr_start_decode(state_d, &dummy_string); in main()
184 bool zcbor_bstr_start_decode(zcbor_state_t *state, struct zcbor_string *result);
343 zassert_false(zcbor_bstr_start_decode(state_d, &dummy_string), NULL); in ZTEST()385 zassert_true(zcbor_bstr_start_decode(state_d, &dummy_string), NULL); in ZTEST()603 zassert_false(zcbor_bstr_start_decode(state_d, &output), NULL); in ZTEST()
371 bool zcbor_bstr_start_decode(zcbor_state_t *state, struct zcbor_string *result) function