Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1072 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function
1075 static void IsTypeOf(T2 v);
1080 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5)); in TEST()
1081 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5)); in TEST()