Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/tests/unit/test2_cpp/src/
Dmain.cpp60 zcbor_map_start_encode(state_e, 0); in main()
/zcbor-3.5.0-3.4.0/include/
Dzcbor_encode.h177 bool zcbor_map_start_encode(zcbor_state_t *state, size_t max_num);
/zcbor-3.5.0-3.4.0/tests/unit/test1_unit_tests/src/
Dmain.c262 zassert_false(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST()
303 zassert_true(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST()
1030 zassert_true(zcbor_map_start_encode(state_e, 6), NULL); in ZTEST()
/zcbor-3.5.0-3.4.0/src/
Dzcbor_encode.c385 bool zcbor_map_start_encode(zcbor_state_t *state, size_t max_num) function