Lines Matching refs:value_param
2317 "type_param", "value_param", "file", "line"};
2323 "value_param", "file", "line", "result", "timestamp"};
2754 // value_param: text representation of the test's value parameter,
2765 const char* value_param, CodeLocation code_location,
2769 new TestInfo(test_suite_name, name, type_param, value_param,
3336 const char* const value_param = test_info.value_param();
3338 if (type_param != nullptr || value_param != nullptr) {
3342 if (value_param != nullptr) printf(" and ");
3344 if (value_param != nullptr) {
3345 printf("%s = %s", kValueParamLabel, value_param);
4237 if (test_info.value_param() != nullptr) {
4238 OutputXmlAttribute(stream, kTestsuite, "value_param",
4239 test_info.value_param());
4688 if (test_info.value_param() != nullptr) {
4689 OutputJsonKey(stream, kTestsuite, "value_param", test_info.value_param(),
6191 if (test_info->value_param() != nullptr) {
6195 PrintOnOneLine(test_info->value_param(), kMaxParamLength);