Lines Matching refs:test_struct
25 struct test_struct { struct
139 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
140 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string_buf, JSON_TOK_STRING_BUF),
141 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int, JSON_TOK_NUMBER),
142 JSON_OBJ_DESCR_PRIM(struct test_struct, some_bool, JSON_TOK_TRUE),
143 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int16, JSON_TOK_INT),
144 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int64,
146 JSON_OBJ_DESCR_PRIM(struct test_struct, another_int64,
148 JSON_OBJ_DESCR_PRIM(struct test_struct, some_uint64,
150 JSON_OBJ_DESCR_PRIM(struct test_struct, another_uint64,
152 JSON_OBJ_DESCR_OBJECT(struct test_struct, some_nested_struct,
154 JSON_OBJ_DESCR_ARRAY(struct test_struct, some_array,
156 JSON_OBJ_DESCR_PRIM_NAMED(struct test_struct, "another_b!@l",
158 JSON_OBJ_DESCR_PRIM_NAMED(struct test_struct, "if",
160 JSON_OBJ_DESCR_ARRAY_NAMED(struct test_struct, "another-array",
163 JSON_OBJ_DESCR_OBJECT_NAMED(struct test_struct, "4nother_ne$+",
165 JSON_OBJ_DESCR_OBJ_ARRAY(struct test_struct, nested_obj_array, 2,
392 struct test_struct ts = { in ZTEST()
489 struct test_struct ts; in ZTEST()
1777 struct test_struct ts; in parse_harness()
1835 struct test_struct ts; in ZTEST()
1846 struct test_struct ts; in ZTEST()
1857 struct test_struct ts; in ZTEST()
1868 struct test_struct ts; in ZTEST()
2231 struct test_struct ts = {0}; in ZTEST()