Searched refs:test_nested (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-4.2.1/tests/lib/json/src/ |
| D | main.c | 14 struct test_nested { struct 35 struct test_nested some_nested_struct; argument 42 struct test_nested xnother_nexx; /* JSON: "4nother_ne$+" */ 43 struct test_nested nested_obj_array[2]; 124 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int, JSON_TOK_NUMBER), 125 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_bool, JSON_TOK_TRUE), 126 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_string, 128 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_string_buf, 130 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int8, JSON_TOK_INT), 131 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_uint8, JSON_TOK_UINT), [all …]
|