Lines Matching refs:test_struct
20 struct test_struct { struct
74 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
75 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int, JSON_TOK_NUMBER),
76 JSON_OBJ_DESCR_PRIM(struct test_struct, some_bool, JSON_TOK_TRUE),
77 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int64,
79 JSON_OBJ_DESCR_PRIM(struct test_struct, another_int64,
81 JSON_OBJ_DESCR_PRIM(struct test_struct, some_uint64,
83 JSON_OBJ_DESCR_PRIM(struct test_struct, another_uint64,
85 JSON_OBJ_DESCR_OBJECT(struct test_struct, some_nested_struct,
87 JSON_OBJ_DESCR_ARRAY(struct test_struct, some_array,
89 JSON_OBJ_DESCR_PRIM_NAMED(struct test_struct, "another_b!@l",
91 JSON_OBJ_DESCR_PRIM_NAMED(struct test_struct, "if",
93 JSON_OBJ_DESCR_ARRAY_NAMED(struct test_struct, "another-array",
96 JSON_OBJ_DESCR_OBJECT_NAMED(struct test_struct, "4nother_ne$+",
98 JSON_OBJ_DESCR_OBJ_ARRAY(struct test_struct, nested_obj_array, 2,
210 struct test_struct ts = { in ZTEST()
292 struct test_struct ts; in ZTEST()
1006 struct test_struct ts; in parse_harness()
1064 struct test_struct ts; in ZTEST()
1075 struct test_struct ts; in ZTEST()
1086 struct test_struct ts; in ZTEST()
1097 struct test_struct ts; in ZTEST()