Searched refs:zcbor_map_start_encode (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 60 zcbor_map_start_encode(state_e, 0); in main()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 109 bool zcbor_map_start_encode(zcbor_state_t *state, size_t max_num);
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 267 zassert_false(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST() 307 zassert_true(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST() 1090 zassert_true(zcbor_map_start_encode(state_e, 6), NULL); in ZTEST() 1171 zassert_true(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST() 1175 zassert_true(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST() 1181 zassert_true(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST() 1192 zassert_true(zcbor_map_start_encode(state_e, 43), NULL); in ZTEST() 1202 zassert_true(zcbor_map_start_encode(state_e, 0), NULL); in ZTEST()
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 360 bool zcbor_map_start_encode(zcbor_state_t *state, size_t max_num) function
|