Searched defs:struct_ (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 153 #define JSON_OBJ_DESCR_PRIM(struct_, field_name_, type_) \ argument 186 #define JSON_OBJ_DESCR_OBJECT(struct_, field_name_, sub_descr_) \ argument 208 #define Z_JSON_ELEMENT_DESCR(struct_, len_field_, elem_type_, union_) \ argument 269 #define JSON_OBJ_DESCR_ARRAY(struct_, field_name_, max_len_, \ argument 318 #define JSON_OBJ_DESCR_OBJ_ARRAY(struct_, field_name_, max_len_, \ argument 377 #define JSON_OBJ_DESCR_ARRAY_ARRAY(struct_, field_name_, max_len_, len_field_, \ argument 412 #define JSON_OBJ_DESCR_ARRAY_ARRAY_NAMED(struct_, json_field_name_, struct_field_name_, \ argument 444 #define JSON_OBJ_DESCR_PRIM_NAMED(struct_, json_field_name_, \ argument 467 #define JSON_OBJ_DESCR_OBJECT_NAMED(struct_, json_field_name_, \ argument 497 #define JSON_OBJ_DESCR_ARRAY_NAMED(struct_, json_field_name_,\ argument [all …]
|