Home
last modified time | relevance | path

Searched refs:zcbor_map_start_decode (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp97 zcbor_map_start_decode(state_d); in main()
/zcbor-latest/include/
Dzcbor_decode.h151 bool zcbor_map_start_decode(zcbor_state_t *state);
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c347 zassert_false(zcbor_map_start_decode(state_d), NULL); in ZTEST()
384 zassert_true(zcbor_map_start_decode(state_d), NULL); in ZTEST()
1388 zassert_false(zcbor_map_start_decode(state_d), NULL); in ZTEST()
1422 zassert_true(zcbor_map_start_decode(state_d), NULL); in ZTEST()
/zcbor-latest/src/
Dzcbor_decode.c730 bool zcbor_map_start_decode(zcbor_state_t *state) in zcbor_map_start_decode() function
766 ZCBOR_FAIL_IF(!zcbor_map_start_decode(state)); in zcbor_unordered_map_start_decode()