Home
last modified time | relevance | path

Searched refs:new_property (Results 1 – 1 of 1) sorted by relevance

/external/icing/icing/schema/
Dschema-util.cc41 const PropertyConfigProto& new_property) { in IsCardinalityCompatible() argument
42 if (old_property.cardinality() < new_property.cardinality()) { in IsCardinalityCompatible()
50 new_property.cardinality())); in IsCardinalityCompatible()
57 const PropertyConfigProto& new_property) { in IsDataTypeCompatible() argument
58 if (old_property.data_type() != new_property.data_type()) { in IsDataTypeCompatible()
66 PropertyConfigProto::DataType::Code_Name(new_property.data_type())); in IsDataTypeCompatible()
73 const PropertyConfigProto& new_property) { in IsSchemaTypeCompatible() argument
74 if (old_property.schema_type() != new_property.schema_type()) { in IsSchemaTypeCompatible()
77 new_property.schema_type()); in IsSchemaTypeCompatible()
84 const PropertyConfigProto& new_property) { in IsPropertyCompatible() argument
[all …]