Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc861 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function
864 static void IsTypeOf(T2 v);
869 Type<Matcher<int>>::IsTypeOf(TypedEq<int>(5)); in TEST()
870 Type<Matcher<double>>::IsTypeOf(TypedEq<double>(5)); in TEST()