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

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc786 // Type<T>::IsTypeOf(v) compiles iff the type of value v is T, where T
792 static bool IsTypeOf(const T& /* v */) { return true; } function in struct:testing::gmock_matchers_test::Type
795 static void IsTypeOf(T2 v);
800 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5));
801 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5));
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc910 // Type<T>::IsTypeOf(v) compiles iff the type of value v is T, where T
916 static bool IsTypeOf(const T& /* v */) { return true; } function in struct:testing::gmock_matchers_test::Type
919 static void IsTypeOf(T2 v);
924 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5));
925 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5));
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc910 // Type<T>::IsTypeOf(v) compiles iff the type of value v is T, where T
916 static bool IsTypeOf(const T& /* v */) { return true; } function in struct:testing::gmock_matchers_test::Type
919 static void IsTypeOf(T2 v);
924 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5));
925 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5));

Completed in 456 milliseconds