Searched defs:test_struct (Results 1 – 3 of 3) sorted by relevance
18 struct test_struct { struct19 const char *some_string;20 int some_int;21 bool some_bool;22 struct test_nested some_nested_struct;23 int some_array[16];24 size_t some_array_len;25 bool another_bxxl; /* JSON field: "another_b!@l" */26 bool if_; /* JSON: "if" */27 int another_array[10]; /* JSON: "another-array" */[all …]
466 struct test_struct { in ZTEST() struct467 uint32_t val[2]; in ZTEST()
95 ZTEST(thrift, test_struct) in ZTEST() argument