Searched refs:test_double (Results 1 – 2 of 2) sorted by relevance
98 struct test_double { struct221 JSON_OBJ_DESCR_PRIM(struct test_double, some_double, JSON_TOK_DOUBLE_FP),222 JSON_OBJ_DESCR_PRIM(struct test_double, another_double, JSON_TOK_DOUBLE_FP),223 JSON_OBJ_DESCR_ARRAY(struct test_double, some_array,846 struct test_double doubles = { in ZTEST()855 struct test_double doubles_decoded = {0}; in ZTEST()899 struct test_double ts; in ZTEST()921 struct test_double doubles = { in ZTEST()930 struct test_double doubles_decoded = {0}; in ZTEST()951 struct test_double doubles = { in ZTEST()[all …]
72 ZTEST(thrift, test_double) in ZTEST() argument