Searched refs:IsTypeOf (Results 1 – 2 of 2) sorted by relevance
812 return type.accept(new IsTypeOf(clazz), null); in isTypeOf()815 private static final class IsTypeOf extends SimpleTypeVisitor8<Boolean, Void> { class in MoreTypes818 IsTypeOf(Class<?> clazz) { in IsTypeOf() method in MoreTypes.IsTypeOf
972 static bool IsTypeOf(const T& /* v */) { return true; } in IsTypeOf() function975 static void IsTypeOf(T2 v);980 Type<Matcher<int> >::IsTypeOf(TypedEq<int>(5)); in TEST()981 Type<Matcher<double> >::IsTypeOf(TypedEq<double>(5)); in TEST()