Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1147 zassert_true(zcbor_unordered_map_start_decode(state), NULL); in decode_inner_map()
1229 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()
1237 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()
1247 zassert_true(zcbor_unordered_map_start_decode(state_d2), NULL); in ZTEST()
1264 zassert_false(zcbor_unordered_map_start_decode(state_d3), NULL); in ZTEST()
1266 zassert_true(zcbor_unordered_map_start_decode(state_d3), NULL); in ZTEST()
1273 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()
1298 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()
/zcbor-latest/include/
Dzcbor_decode.h152 bool zcbor_unordered_map_start_decode(zcbor_state_t *state);
/zcbor-latest/src/
Dzcbor_decode.c763 bool zcbor_unordered_map_start_decode(zcbor_state_t *state) in zcbor_unordered_map_start_decode() function