Searched refs:value_param (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/third-party/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 560 const char* value_param() const { in value_param() function 612 const char* value_param, internal::CodeLocation code_location, 2284 const char* type_param, const char* value_param, in GTEST_DISABLE_MSC_WARNINGS_POP_() 2298 test_suite_name, test_name, type_param, value_param, in GTEST_DISABLE_MSC_WARNINGS_POP_()
|
| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest.cc | 2765 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2769 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3335 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3337 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3341 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent() 3343 if (value_param != nullptr) { in PrintFullTestCommentIfPresent() 3344 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 4236 if (test_info.value_param() != nullptr) { in OutputXmlTestInfo() 4238 test_info.value_param()); in OutputXmlTestInfo() 4687 if (test_info.value_param() != nullptr) { in OutputJsonTestInfo() [all …]
|
| /llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 569 const char* value_param, CodeLocation code_location,
|