Searched refs:test_nested (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 12 struct test_nested { struct 28 struct test_nested some_nested_struct; argument 35 struct test_nested xnother_nexx; /* JSON: "4nother_ne$+" */ 36 struct test_nested nested_obj_array[2]; 63 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int, JSON_TOK_NUMBER), 64 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_bool, JSON_TOK_TRUE), 65 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_string, 67 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int64, 69 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_uint64,
|