Searched refs:type_param (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest-unittest-api_test.cc | 151 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() 214 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 224 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST() 249 EXPECT_TRUE(IsNull(test_cases[0]->type_param())); in TearDown() 287 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TearDown() 295 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TearDown() [all …]
|
| H A D | gtest_xml_test_utils.py | 179 type_param = element.getAttributeNode('type_param') 180 if type_param and type_param.value: 181 type_param.value = '*'
|
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 2610 const char* type_param, in MakeAndRegisterTestInfo() argument 2618 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3108 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3111 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 3113 if (type_param != NULL) { in PrintFullTestCommentIfPresent() 3114 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3202 if (test_case.type_param() == NULL) { in OnTestCaseStart() 3774 if (test_info.type_param() != NULL) { in OutputXmlTestInfo() 4139 if (test_info.type_param() != NULL) { in OutputJsonTestInfo() 5110 const char* type_param, in GetTestCase() argument [all …]
|
| H A D | gtest-internal-inl.h | 643 const char* type_param, 671 test_info->type_param(), in AddTestInfo()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 702 const char* type_param() const { in type_param() function 764 const char* type_param, 851 const char* type_param() const { in type_param() function
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 521 const char* type_param,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1473 if (auto *type_param = llvm::dyn_cast<TemplateTypeParmDecl>(param)) { in TemplateParameterAllowsValue() local 1477 } else if (auto *type_param = in TemplateParameterAllowsValue() local 1483 if (type_param->getType() != value.getIntegralType()) in TemplateParameterAllowsValue()
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1175 > `type_param`, and `value_param`).
|