Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/
Dmain.c315 uint32_t dont_exist = 0x64; in in_map_decoder() local
319 ZCBOR_MAP_DECODE_KEY_VAL(dont_exist, zcbor_uint32_decode, &dont_exist), in in_map_decoder()
324 zassert_equal(dont_exist, 0x64, "dont_exist should not have get modified"); in in_map_decoder()
393 uint32_t dont_exist = 0x64; in in_map_decoder_bad() local
398 ZCBOR_MAP_DECODE_KEY_VAL(dont_exist, zcbor_uint32_decode, &dont_exist), in in_map_decoder_bad()
403 zassert_equal(dont_exist, 0x64, "dont_exist should not have get modified"); in in_map_decoder_bad()