Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.cc103 std::unordered_set<std::string_view>* orphaned_types) { in ExpandTranstiveDependencies() argument
112 orphaned_types->insert(type); in ExpandTranstiveDependencies()
135 pending_expansions, orphaned_types)); in ExpandTranstiveDependencies()
136 if (orphaned_types->count(dep) > 0) { in ExpandTranstiveDependencies()
177 std::unordered_set<std::string_view> orphaned_types; in ExpandTranstiveDependencies() local
181 &pending_expansions, &orphaned_types)); in ExpandTranstiveDependencies()