Searched refs:inheritance_map (Results 1 – 3 of 3) sorted by relevance
1018 bool SchemaUtil::IsParent(const SchemaUtil::InheritanceMap& inheritance_map, in IsParent() argument1021 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() argument1053 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()
380 static bool IsParent(const SchemaUtil::InheritanceMap& inheritance_map,407 const SchemaUtil::InheritanceMap& inheritance_map,
671 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()