Home | History | Annotate | Download | only in src

Lines Matching refs:type_param

2219 //   type_param:       the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2639 const char* const type_param = test_info.type_param();
2642 if (type_param != NULL || value_param != NULL) {
2644 if (type_param != NULL) {
2645 printf("TypeParam = %s", type_param);
2735 if (test_case.type_param() == NULL) {
2738 printf(", where TypeParam = %s\n", test_case.type_param());
3207 if (test_info.type_param() != NULL) {
3208 *stream << " type_param=\"" << EscapeXmlAttribute(test_info.type_param())
4062 // type_param: the name of the test case's type parameter, or NULL if
4067 const char* type_param,
4080 new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc);