Searched refs:zcbor_tstr_expect (Results 1 – 3 of 3) sorted by relevance
| /zcbor-latest/include/ |
| D | zcbor_decode.h | 101 bool zcbor_tstr_expect(zcbor_state_t *state, struct zcbor_string *expected); /* tstr */
|
| /zcbor-latest/src/ |
| D | zcbor_decode.c | 661 bool zcbor_tstr_expect(zcbor_state_t *state, struct zcbor_string *expected) in zcbor_tstr_expect() function 682 return zcbor_tstr_expect(state, &zs); in zcbor_tstr_expect_ptr() 995 return zcbor_unordered_map_search((zcbor_decoder_t *)zcbor_tstr_expect, state, &zs); in zcbor_search_key_tstr_ptr()
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 1151 …zassert_true(zcbor_unordered_map_search((zcbor_decoder_t *)zcbor_tstr_expect, state, &(struct zcbo… in decode_inner_map() 1152 zassert_true(zcbor_tstr_expect(state, &(struct zcbor_string){"world", 5}), NULL); in decode_inner_map()
|