Searched refs:a_type_param (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h730 const char* a_type_param, // NULL if not a type-parameterized test
788 // a_type_param: the name of the test's type parameter, or NULL if
792 TestCase(const char* name, const char* a_type_param,
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2503 const char* a_type_param,
2510 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2716 // a_type_param: the name of the test case's type parameter, or NULL if
2720 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
2724 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2501 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::CodeLocation a_code_location, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument

Completed in 31 milliseconds