Searched refs:testcase_t (Results 1 – 6 of 6) sorted by relevance
54 struct testcase_t { struct62 void (*setup) (struct testcase_t *); argument63 void (*cleanup) (struct testcase_t *); argument69 static void setup2(struct testcase_t *);70 static void setup3(struct testcase_t *);71 static void setup4(struct testcase_t *);72 static void setup5(struct testcase_t *);73 static void setup6(struct testcase_t *);74 static void cleanup2(struct testcase_t *);75 static void cleanup5(struct testcase_t *);[all …]
23 struct testcase_t { struct30 void (*setup) (struct testcase_t *, int i); argument31 void (*cleanup) (struct testcase_t *); argument34 static void setup0(struct testcase_t *t, int i) in setup0()39 static void setup1(struct testcase_t *t, int i) in setup1()45 static void setup2(struct testcase_t *t, int i) in setup2()50 static void setup3(struct testcase_t *t, int i) in setup3()61 static void setup4(struct testcase_t *t, int i) in setup4()69 static void cleanup4(LTP_ATTRIBUTE_UNUSED struct testcase_t *t) in cleanup4()74 static struct testcase_t tcases[] = {[all …]
135 class testcase_t class in boost::beast::unit_test::suite142 testcase_t(suite& self) in testcase_t() function in boost::beast::unit_test::suite::testcase_t178 testcase_t testcase;405 suite::testcase_t::operator()( in operator ()()414 suite::testcase_t::operator()(abort_t abort) in operator ()()423 suite::testcase_t::operator<<(T const& t) in operator <<()
44 struct testcase_t { struct116 struct testcase_t *tcase = &testcases[i]; in test_writev()
21 } testcase_t; typedef23 static testcase_t testcases[] =