Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.cc101 SchemaUtil::DependencyMap* expanded_child_to_parent_map, in ExpandTranstiveDependencies() argument
104 auto expanded_itr = expanded_child_to_parent_map->find(type); in ExpandTranstiveDependencies()
105 if (expanded_itr != expanded_child_to_parent_map->end()) { in ExpandTranstiveDependencies()
134 child_to_direct_parent_map, dep, expanded_child_to_parent_map, in ExpandTranstiveDependencies()
143 auto dep_expanded_itr = expanded_child_to_parent_map->find(dep); in ExpandTranstiveDependencies()
149 expanded_child_to_parent_map->insert( in ExpandTranstiveDependencies()
171 SchemaUtil::DependencyMap expanded_child_to_parent_map; in ExpandTranstiveDependencies() local
180 child_to_direct_parent_map, kvp.first, &expanded_child_to_parent_map, in ExpandTranstiveDependencies()
183 return expanded_child_to_parent_map; in ExpandTranstiveDependencies()