Searched refs:zcbor_unordered_map_start_decode (Results 1 – 3 of 3) sorted by relevance
1147 zassert_true(zcbor_unordered_map_start_decode(state), NULL); in decode_inner_map()1229 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()1237 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()1247 zassert_true(zcbor_unordered_map_start_decode(state_d2), NULL); in ZTEST()1264 zassert_false(zcbor_unordered_map_start_decode(state_d3), NULL); in ZTEST()1266 zassert_true(zcbor_unordered_map_start_decode(state_d3), NULL); in ZTEST()1273 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()1298 zassert_true(zcbor_unordered_map_start_decode(state_d), NULL); in ZTEST()
152 bool zcbor_unordered_map_start_decode(zcbor_state_t *state);
763 bool zcbor_unordered_map_start_decode(zcbor_state_t *state) in zcbor_unordered_map_start_decode() function