Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc792 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function
795 static void IsTypeOf(T2 v);
800 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5)); in TEST()
801 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5)); in TEST()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1032 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function
1035 static void IsTypeOf(T2 v);
1040 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5)); in TEST()
1041 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5)); in TEST()