Lines Matching refs:test_nested
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),
132 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int64,
134 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_uint64,
370 struct test_nested nested;