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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc914 // Type<T>::IsTypeOf(v) compiles iff the type of value v is T, where T
920 static bool IsTypeOf(const T& /* v */) { return true; } function in struct:testing::gmock_matchers_test::Type
923 static void IsTypeOf(T2 v);
928 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5));
929 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5));

Completed in 30 milliseconds