Searched refs:IsDataTypeCompatible (Results 1 – 1 of 1) sorted by relevance
56 bool IsDataTypeCompatible(const PropertyConfigProto& old_property, in IsDataTypeCompatible() function85 return IsDataTypeCompatible(old_property, new_property) && in IsPropertyCompatible()