Searched defs:test_struct (Results 1 – 3 of 3) sorted by relevance
20 struct test_struct { struct21 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];[all …]
470 struct test_struct { in ZTEST() struct471 uint32_t val[2]; in ZTEST()
95 ZTEST(thrift, test_struct) in ZTEST() argument