Lines Matching refs:value_param
3720 const char* value_param, in MakeAndRegisterTestInfo() argument
3726 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo()
4174 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local
4176 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent()
4180 if (value_param != NULL) in PrintFullTestCommentIfPresent()
4183 if (value_param != NULL) { in PrintFullTestCommentIfPresent()
4184 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent()
4800 if (test_info.value_param() != NULL) { in OutputXmlTestInfo()
4802 test_info.value_param()); in OutputXmlTestInfo()
5992 const std::string value_param(test_info->value_param() == NULL ? in FilterTests() local
5993 "" : test_info->value_param()); in FilterTests()
5998 internal::UnitTestOptions::MatchesFilter(value_param, in FilterTests()
6069 if (test_info->value_param() != NULL) { in ListTestsMatchingFilter()
6073 PrintOnOneLine(test_info->value_param(), kMaxParamLength); in ListTestsMatchingFilter()