Searched refs:DEPS_ALL (Results 1 – 8 of 8) sorted by relevance
180 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in RecursiveCheckAssertNoDeps()1114 for (const auto& pair : GetDeps(DEPS_ALL)) { in CheckVisibility()1148 for (const auto& pair : GetDeps(DEPS_ALL)) { in CheckTestonly()1264 const DepsIteratorRange& all_deps = GetDeps(Target::DEPS_ALL); in GetMetadata()
249 item->AsTarget()->GetDeps(Target::DEPS_ALL)) in Analyzer()406 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in FilterTarget()
111 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in RecursiveCollectChildDeps()653 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in RecursivePrintDeps()708 for (const auto& pair : target_->GetDeps(Target::DEPS_ALL)) in RenderDeps()
76 for (const auto& dep : target->GetDeps(Target::DEPS_ALL)) { in CollectDeps()
59 DEPS_ALL, // Iterates through all public, private, and data deps. enumerator
38 for (const auto& dep_pair : target->GetDeps(Target::DEPS_ALL)) in FillDepMap()
362 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in VisitDeps()
223 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in FilterTargets()