Home
last modified time | relevance | path

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

/zcbor-3.7.0/tests/unit/test2_cpp/src/
Dmain.cpp98 zcbor_map_end_decode(state_d); in main()
/zcbor-3.7.0/include/
Dzcbor_decode.h258 bool zcbor_map_end_decode(zcbor_state_t *state);
/zcbor-3.7.0/src/
Dzcbor_decode.c1005 bool zcbor_map_end_decode(zcbor_state_t *state) function
1037 return zcbor_map_end_decode(state);
/zcbor-3.7.0/tests/unit/test1_unit_tests/src/
Dmain.c346 zassert_false(zcbor_map_end_decode(state_d), NULL); in ZTEST()
383 zassert_true(zcbor_map_end_decode(state_d), NULL); in ZTEST()
1418 zassert_true(zcbor_map_end_decode(state_d), NULL); in ZTEST()