Searched refs:InheritanceMap (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/icing/icing/schema/ |
H A D | schema-util.h | 69 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 D | schema-util.cc | 561 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 D | schema-util_test.cc | 1573 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 D | schema-store.cc | 671 SchemaUtil::InheritanceMap inheritance_map, in BuildInMemoryCache()
|