Lines Matching defs:test_struct
20 struct test_struct { struct
21 const char *some_string;
22 int some_int;
23 bool some_bool;
24 int64_t some_int64;
25 int64_t another_int64;
26 int64_t some_uint64;
27 int64_t another_uint64;
28 struct test_nested some_nested_struct;
29 int some_array[16];
30 size_t some_array_len;
31 bool another_bxxl; /* JSON field: "another_b!@l" */
32 bool if_; /* JSON: "if" */
33 int another_array[10]; /* JSON: "another-array" */
34 size_t another_array_len;
35 struct test_nested xnother_nexx; /* JSON: "4nother_ne$+" */
36 struct test_nested nested_obj_array[2];
37 size_t obj_array_len;