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