Searched defs:test_case_name (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h523 void AddTestPattern(const char* test_case_name, argument
559 string test_case_name; local
681 GetTestCasePatternHolder( const char* test_case_name, CodeLocation code_location) argument
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h651 const char* test_case_name() const { return test_case_name_.c_str(); } function in class:testing::TestInfo
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc502 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name, argument
2561 void ReportInvalidTestCaseType(const char* test_case_name, argument
2567 << "class. However, in test case " << test_case_name << ", yo local
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
3625 OutputXmlTestInfo(::std::ostream* stream, const char* test_case_name, const TestInfo& test_info) argument
4502 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
4803 const std::string &test_case_name = test_case->name(); local
[all...]

Completed in 16 milliseconds