Searched refs:ZCBOR_MAP_DECODE_KEY_VAL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/ |
D | main.c | 23 ZCBOR_MAP_DECODE_KEY_VAL(hello, zcbor_tstr_decode, &world), in ZTEST() 317 ZCBOR_MAP_DECODE_KEY_VAL(number, zcbor_uint32_decode, &imd->number), in in_map_decoder() 318 ZCBOR_MAP_DECODE_KEY_VAL(str, zcbor_tstr_decode, &imd->str), in in_map_decoder() 319 ZCBOR_MAP_DECODE_KEY_VAL(dont_exist, zcbor_uint32_decode, &dont_exist), in in_map_decoder() 340 ZCBOR_MAP_DECODE_KEY_VAL(hello, zcbor_tstr_decode, &world), in ZTEST() 341 ZCBOR_MAP_DECODE_KEY_VAL(in_map_map, in_map_decoder, &imdd), in ZTEST() 342 ZCBOR_MAP_DECODE_KEY_VAL(one, zcbor_uint32_decode, &one), in ZTEST() 343 ZCBOR_MAP_DECODE_KEY_VAL(bool_val, zcbor_bool_decode, &bool_val) in ZTEST() 396 ZCBOR_MAP_DECODE_KEY_VAL(number, zcbor_uint32_decode, &imd->number), in in_map_decoder_bad() 397 ZCBOR_MAP_DECODE_KEY_VAL(str, zcbor_uint32_decode, &wrong_type), in in_map_decoder_bad() [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/ |
D | zcbor_bulk.h | 62 #define ZCBOR_MAP_DECODE_KEY_VAL(k, dec, vp) \ macro
|