Searched refs:type_param (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/googletest/googletest/test/ |
H A D | gtest-unittest-api_test.cc | 152 EXPECT_TRUE(IsNull(test_case->type_param())); 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); 192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param()); 203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); 215 EXPECT_TRUE(IsNull(test_case->type_param())); 225 EXPECT_TRUE(IsNull(test_info->type_param())); 250 EXPECT_TRUE(IsNull(test_cases[0]->type_param())); [all...] |
H A D | gtest_xml_test_utils.py | 63 "type_param" which only has to be non-empty. 160 * The "type_param" attribute of <testcase> elements is replaced with a 177 type_param = element.getAttributeNode('type_param') 178 if type_param and type_param.value: 179 type_param.value = '*'
|
/gem5/ext/googletest/googletest/src/ |
H A D | gtest.cc | 2103 "type_param", 2532 // type_param: the name of the test's type parameter, or NULL if 2546 const char* type_param, 2554 new TestInfo(test_case_name, name, type_param, value_param, 3010 const char* const type_param = test_info.type_param(); local 3013 if (type_param != NULL || value_param != NULL) { 3015 if (type_param != NULL) { 3016 printf("%s = %s", kTypeParamLabel, type_param); 3103 if (test_case.type_param() 2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument 4502 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument [all...] |
H A D | gtest-internal-inl.h | 629 // type_param: the name of the test's type parameter, or NULL if 634 const char* type_param, 662 test_info->type_param(),
|
/gem5/ext/googletest/googletest/include/gtest/ |
H A D | gtest.h | 658 const char* type_param() const { function in class:testing::TestInfo 718 const char* type_param, 804 const char* type_param() const { function in class:testing::TestCase
|
/gem5/ext/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 518 // type_param the name of the test's type parameter, or NULL if 532 const char* type_param,
|
Completed in 38 milliseconds