Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.cc99 const SchemaUtil::DependencyMap& child_to_direct_parent_map, in ExpandTranstiveDependencies() argument
109 auto itr = child_to_direct_parent_map.find(type); in ExpandTranstiveDependencies()
110 if (itr == child_to_direct_parent_map.end()) { in ExpandTranstiveDependencies()
134 child_to_direct_parent_map, dep, expanded_child_to_parent_map, in ExpandTranstiveDependencies()
170 const SchemaUtil::DependencyMap& child_to_direct_parent_map) { in ExpandTranstiveDependencies() argument
178 for (const auto& kvp : child_to_direct_parent_map) { in ExpandTranstiveDependencies()
180 child_to_direct_parent_map, kvp.first, &expanded_child_to_parent_map, in ExpandTranstiveDependencies()
208 SchemaUtil::DependencyMap child_to_direct_parent_map; in BuildTransitiveDependencyGraph() local
235 auto itr = child_to_direct_parent_map.find(property_schema_type); in BuildTransitiveDependencyGraph()
236 if (itr == child_to_direct_parent_map.end()) { in BuildTransitiveDependencyGraph()
[all …]