Home | History | Annotate | Download | only in src

Lines Matching refs:type_param

1780   "type_param",
2206 // type_param: the name of the test's type parameter, or NULL if
2219 const char* type_param,
2226 new TestInfo(test_case_name, name, type_param, value_param,
2673 const char* const type_param = test_info.type_param();
2676 if (type_param != NULL || value_param != NULL) {
2678 if (type_param != NULL) {
2679 printf("%s = %s", kTypeParamLabel, type_param);
2766 if (test_case.type_param() == NULL) {
2769 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param());
3292 if (test_info.type_param() != NULL) {
3293 OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param());
4165 // type_param: the name of the test case's type parameter, or NULL if
4170 const char* type_param,
4183 new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc);
4542 if (test_case->type_param() != NULL) {
4546 PrintOnOneLine(test_case->type_param(), kMaxParamLength);