Searched refs:IsCompatibleType (Results 1 – 7 of 7) sorted by relevance
7 public class IsCompatibleType<T> extends TypeSafeMatcher<Class<?>> { class10 public IsCompatibleType(Class<T> type) { in IsCompatibleType() method in IsCompatibleType39 return new IsCompatibleType<T>(baseType); in typeCompatibleWith()
7 import static org.hamcrest.object.IsCompatibleType.typeCompatibleWith;
32 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype);
30 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype) { in IsCompatibleType() function
546 proto_utils::IsCompatibleType(field_descs_[i]->type(), v.dtype()), in Compute()
668 proto_utils::IsCompatibleType(fd->type(), output_types[field_index]), in DecodeProtoOp()
1493 return org.hamcrest.object.IsCompatibleType.<T>typeCompatibleWith(baseType); in typeCompatibleWith()