Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.h68 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,
Dschema-util.cc392 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()
Dschema-util_test.cc1550 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()
Dschema-store.cc506 SchemaUtil::InheritanceMap inheritance_map, in BuildInMemoryCache()