Searched refs:GetTypeName (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
269 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param());
321 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h643 GetTypeName<Type>().c_str(),
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h714 const string& type_name = GetTypeName<Value>();
2128 return GetTypeName<To>();
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3248 "when dynamic_cast to " + internal::GetTypeName<Derived*>() + ", ";

Completed in 66 milliseconds