Searched refs:TestParamInfo (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h59 struct TestParamInfo { struct in namespace:testing
60 TestParamInfo(const ParamType& a_param, size_t an_index) : function in struct:testing::TestParamInfo
71 std::string operator()(const TestParamInfo<ParamType>& info) const {
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
395 typedef std::string Type(const TestParamInfo<ParamType>&);
572 TestParamInfo<ParamType>(*param_it, i));
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc820 std::string operator()(const ::testing::TestParamInfo<std::string>& info) {
838 const ::testing::TestParamInfo<std::string>& info) {
860 [](const ::testing::TestParamInfo<std::string>& info) {
935 std::string operator()(const ::testing::TestParamInfo<int>& info) {
H A Dgtest_output_test_.cc762 std::string ParamNameFunc(const testing::TestParamInfo<std::string>& info) {
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h1412 // type testing::TestParamInfo<class ParamType>, and return std::string.
1425 const ::testing::TestParamInfo<test_case_name::ParamType>& info) { \

Completed in 26 milliseconds