Searched refs:IsTypeOf (Results 1 – 2 of 2) sorted by relevance
792 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function795 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()
1032 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function1035 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()