Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/schema/
H A Dschema-util.cc1018 bool SchemaUtil::IsParent(const SchemaUtil::InheritanceMap& inheritance_map, in IsParent() argument
1021 auto iter = inheritance_map.find(parent_type); in IsParent()
1022 if (iter == inheritance_map.end()) { in IsParent()
1029 const SchemaUtil::InheritanceMap& inheritance_map, in IsInheritedPropertyCompatible() argument
1053 IsParent(inheritance_map, parent_property_config.schema_type(), in IsInheritedPropertyCompatible()
1060 ICING_ASSIGN_OR_RETURN(SchemaUtil::InheritanceMap inheritance_map, in ValidateInheritedProperties()
1072 inheritance_map.count(type_config.schema_type()) == 0) { in ValidateInheritedProperties()
1099 if (!IsInheritedPropertyCompatible(inheritance_map, in ValidateInheritedProperties()
H A Dschema-util.h380 static bool IsParent(const SchemaUtil::InheritanceMap& inheritance_map,
407 const SchemaUtil::InheritanceMap& inheritance_map,
H A Dschema-store.cc671 SchemaUtil::InheritanceMap inheritance_map, in BuildInMemoryCache()
697 auto child_types_names = inheritance_map.find(type_name); in BuildInMemoryCache()
698 if (child_types_names != inheritance_map.end()) { in BuildInMemoryCache()