Searched refs:value_param (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2587 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3085 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3087 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3091 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent() 3093 if (value_param != nullptr) { in PrintFullTestCommentIfPresent() 3094 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 3795 if (test_info.value_param() != nullptr) { in OutputXmlTestInfo() 3797 test_info.value_param()); in OutputXmlTestInfo() 4171 if (test_info.value_param() != nullptr) { in OutputJsonTestInfo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest.h | 721 const char* value_param() const { in value_param() function 773 const char* value_param, internal::CodeLocation code_location, 2439 const char* type_param, const char* value_param, in RegisterTest() argument 2453 test_suite_name, test_name, type_param, value_param, in RegisterTest()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 560 const char* value_param, CodeLocation code_location,
|