| /freebsd/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() 183 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), test_suite->type_param()); in TEST() 194 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TEST() 205 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 215 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST() 240 EXPECT_TRUE(IsNull(test_suites[0]->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 | 7785 EXPECT_STREQ(tests->GetTestInfo(j)->type_param(), "TYPE"); in TEST()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-internal-inl.h | 654 const char* type_param, 661 const char* type_param, in GetTestCase() argument 664 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 693 GetTestSuite(test_info->test_suite_name_, test_info->type_param(), in AddTestInfo()
|
| H A D | gtest.cc | 2815 std::string test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() argument 2820 new TestInfo(std::move(test_suite_name), name, type_param, value_param, in MakeAndRegisterTestInfo() 3382 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3385 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3387 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3388 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3489 if (test_case.type_param() == nullptr) { in OnTestCaseStart() 3492 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() 3503 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart() 3506 printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param()); in OnTestSuiteStart() [all …]
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 552 const char* type_param() const { in type_param() function 610 std::string test_suite_name, const char* name, const char* type_param, 698 const char* type_param() const { in type_param() function 2300 const char* type_param, const char* value_param, in GTEST_DISABLE_MSC_WARNINGS_POP_() 2314 test_suite_name, test_name, type_param, value_param, in GTEST_DISABLE_MSC_WARNINGS_POP_()
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | testing.md | 639 `classname`, `type_param`, and `value_param`). 688 ##### type_param {#TestSuite::type_param} 690 `const char* TestSuite::type_param() const` 809 ##### type_param {#TestInfo::type_param} 811 `const char* TestInfo::type_param() const` 1464 const char* type_param, const char* value_param,
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 559 std::string test_suite_name, const char* name, const char* type_param,
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 885 > `type_param`, and `value_param`). 1606 const char* type_param, const char* value_param,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1457 } else if (auto *type_param = in TemplateParameterAllowsValue() local 1463 if (type_param->getType() != value.getIntegralType()) in TemplateParameterAllowsValue()
|