/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 | 7737 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 | 2788 std::string test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() argument 2793 new TestInfo(std::move(test_suite_name), name, type_param, value_param, in MakeAndRegisterTestInfo() 3355 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3358 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3360 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3361 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3462 if (test_case.type_param() == nullptr) { in OnTestCaseStart() 3465 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() 3476 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart() 3479 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 | 542 `classname`, `type_param`, and `value_param`). 591 ##### type_param {#TestSuite::type_param} 593 `const char* TestSuite::type_param() const` 712 ##### type_param {#TestInfo::type_param} 714 `const char* TestInfo::type_param() const` 1367 const char* type_param, const char* value_param,
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 567 std::string test_suite_name, const char* name, const char* type_param,
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 879 > `type_param`, and `value_param`). 1600 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()
|