Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/schema/
H A Dschema-util.h69 using InheritanceMap = TypeRelationMap<bool>; variable
210 static libtextclassifier3::StatusOr<SchemaUtil::InheritanceMap>
380 static bool IsParent(const SchemaUtil::InheritanceMap& inheritance_map,
407 const SchemaUtil::InheritanceMap& inheritance_map,
H A Dschema-util.cc561 libtextclassifier3::StatusOr<SchemaUtil::InheritanceMap>
563 const SchemaUtil::InheritanceMap& direct_inheritance_map) { in CalculateTransitiveInheritanceRelations()
564 SchemaUtil::InheritanceMap expanded_inheritance_map; in CalculateTransitiveInheritanceRelations()
609 SchemaUtil::InheritanceMap direct_inheritance_map; in BuildTransitiveDependentGraph()
663 SchemaUtil::InheritanceMap expanded_inheritance_map, in BuildTransitiveDependentGraph()
679 libtextclassifier3::StatusOr<SchemaUtil::InheritanceMap>
681 SchemaUtil::InheritanceMap direct_inheritance_map; in BuildTransitiveInheritanceGraph()
1018 bool SchemaUtil::IsParent(const SchemaUtil::InheritanceMap& inheritance_map, in IsParent()
1029 const SchemaUtil::InheritanceMap& inheritance_map, in IsInheritedPropertyCompatible()
1060 ICING_ASSIGN_OR_RETURN(SchemaUtil::InheritanceMap inheritance_map, in ValidateInheritedProperties()
H A Dschema-util_test.cc1573 SchemaUtil::InheritanceMap i_map, in TEST_P()
1800 SchemaUtil::InheritanceMap i_map, in TEST_P()
1820 SchemaUtil::InheritanceMap i_map, in TEST_P()
1854 SchemaUtil::InheritanceMap i_map, in TEST_P()
1905 SchemaUtil::InheritanceMap i_map, in TEST_P()
1989 SchemaUtil::InheritanceMap i_map, in TEST_P()
2071 SchemaUtil::InheritanceMap i_map, in TEST_P()
H A Dschema-store.cc671 SchemaUtil::InheritanceMap inheritance_map, in BuildInMemoryCache()