Home | History | Annotate | Download | only in tests

Lines Matching defs:TestInfo

30 } TestInfo;
36 TestInfo* info;
39 TestInfo*
42 TestInfo* info;
44 info = g_slice_new(TestInfo);
52 test_info_destroy(TestInfo* info)
55 g_slice_free(TestInfo, info);
63 fixture->info = (TestInfo*)data;
79 TestInfo* info = (TestInfo*)data;
102 TestInfo* info = (TestInfo*)data;