Searched refs:zcbor_map_start_encode (Results 1 – 4 of 4) sorted by relevance
60 zcbor_map_start_encode(state_e, 0); in main()
177 bool zcbor_map_start_encode(zcbor_state_t *state, size_t max_num);
262 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()
385 bool zcbor_map_start_encode(zcbor_state_t *state, size_t max_num) function