Searched defs:type_param (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h658 const char* type_param() const { function in class:testing::TestInfo
804 const char* type_param() const { function in class:testing::TestCase
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3010 const char* const type_param = test_info.type_param(); 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
4502 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]

Completed in 26 milliseconds