Searched refs:all_weak_frameworks (Results 1 – 6 of 6) sorted by relevance
102 ImmutableVectorView<std::string> all_weak_frameworks( in all_weak_frameworks() function in ResolvedTargetData::Impl173 UniqueVector<std::string> all_weak_frameworks; in ComputeFrameworkInfo() local179 all_weak_frameworks.Append(cur.weak_frameworks()); in ComputeFrameworkInfo()186 all_weak_frameworks.Append(dep_info->weak_frameworks); in ComputeFrameworkInfo()192 info->weak_frameworks = ImmutableVector<std::string>(all_weak_frameworks); in ComputeFrameworkInfo()444 ImmutableVectorView<std::string> ResolvedTargetData::all_weak_frameworks( in all_weak_frameworks() function in ResolvedTargetData446 return GetImpl()->all_weak_frameworks(target); in all_weak_frameworks()
48 ImmutableVector<std::string> all_weak_frameworks; member56 ImmutableVectorView<std::string> all_weak_frameworks(
405 const auto& all_weak_frameworks = target_->all_weak_frameworks(); in WriteFrameworks() local406 for (size_t i = 0; i < all_weak_frameworks.size(); i++) { in WriteFrameworks()407 weak_writer(all_weak_frameworks[i], out); in WriteFrameworks()
349 const UniqueVector<std::string>& all_weak_frameworks() const { in all_weak_frameworks() function
875 all_weak_frameworks_.Append(dep->all_weak_frameworks()); in PullDependentTargetLibsFrom()
618 const auto& weak_frameworks = target_->all_weak_frameworks(); in BuildDescription()