Searched refs:InheritanceMap (Results 1 – 4 of 4) sorted by relevance
| /external/icing/icing/schema/ |
| D | schema-util.h | 68 using InheritanceMap = TypeRelationMap<bool>; variable 187 static libtextclassifier3::StatusOr<SchemaUtil::InheritanceMap> 319 static bool IsParent(const SchemaUtil::InheritanceMap& inheritance_map, 346 const SchemaUtil::InheritanceMap& inheritance_map,
|
| D | schema-util.cc | 392 libtextclassifier3::StatusOr<SchemaUtil::InheritanceMap> 394 const SchemaUtil::InheritanceMap& direct_inheritance_map) { in CalculateTransitiveInheritanceRelations() 395 SchemaUtil::InheritanceMap expanded_inheritance_map; in CalculateTransitiveInheritanceRelations() 440 SchemaUtil::InheritanceMap direct_inheritance_map; in BuildTransitiveDependentGraph() 494 SchemaUtil::InheritanceMap expanded_inheritance_map, in BuildTransitiveDependentGraph() 511 libtextclassifier3::StatusOr<SchemaUtil::InheritanceMap> 513 SchemaUtil::InheritanceMap direct_inheritance_map; in BuildTransitiveInheritanceGraph() 774 bool SchemaUtil::IsParent(const SchemaUtil::InheritanceMap& inheritance_map, in IsParent() 785 const SchemaUtil::InheritanceMap& inheritance_map, in IsInheritedPropertyCompatible() 816 ICING_ASSIGN_OR_RETURN(SchemaUtil::InheritanceMap inheritance_map, in ValidateInheritedProperties()
|
| D | schema-util_test.cc | 1550 SchemaUtil::InheritanceMap i_map, in TEST_P() 1776 SchemaUtil::InheritanceMap i_map, in TEST_P() 1795 SchemaUtil::InheritanceMap i_map, in TEST_P() 1828 SchemaUtil::InheritanceMap i_map, in TEST_P() 1878 SchemaUtil::InheritanceMap i_map, in TEST_P() 1961 SchemaUtil::InheritanceMap i_map, in TEST_P() 2042 SchemaUtil::InheritanceMap i_map, in TEST_P()
|
| D | schema-store.cc | 506 SchemaUtil::InheritanceMap inheritance_map, in BuildInMemoryCache()
|