Searched refs:type_param (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest-unittest-api_test.cc | 144 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 155 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 161 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 167 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 173 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() 205 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 215 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST() 259 test_suites[2]->type_param()); in TearDown() 277 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TearDown() 285 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TearDown() [all …]
|
| H A D | gtest_xml_test_utils.py | 224 type_param = element.getAttributeNode('type_param') 225 if type_param and type_param.value: 226 type_param.value = '*'
|
| H A D | gtest_unittest.cc | 7745 EXPECT_STREQ(tests->GetTestInfo(j)->type_param(), "TYPE"); in TEST()
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest-internal-inl.h | 652 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param, 658 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument 661 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 690 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
| H A D | gtest.cc | 3334 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3337 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3339 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3340 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3441 if (test_case.type_param() == nullptr) { in OnTestCaseStart() 3455 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart() 4240 if (test_info.type_param() != nullptr) { in OutputXmlTestInfo() 4242 test_info.type_param()); in OutputXmlTestInfo() 4691 if (test_info.type_param() != nullptr) { in OutputJsonTestInfo() 5750 const char* test_suite_name, const char* type_param, in GetTestSuite() argument [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 553 const char* type_param() const { in type_param() function 611 const char* test_suite_name, const char* name, const char* type_param, 699 const char* type_param() const { in type_param() function 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_()
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | testing.md | 523 `classname`, `type_param`, and `value_param`). 572 ##### type_param {#TestSuite::type_param} 574 `const char* TestSuite::type_param() const` 693 ##### type_param {#TestInfo::type_param} 695 `const char* TestInfo::type_param() const` 1346 const char* type_param, const char* value_param,
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 568 const char* test_suite_name, const char* name, const char* type_param,
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | advanced.md | 879 > `type_param`, and `value_param`). 1590 const char* type_param, const char* value_param,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1509 } else if (auto *type_param = in TemplateParameterAllowsValue() local 1515 if (type_param->getType() != value.getIntegralType()) in TemplateParameterAllowsValue()
|