Home
last modified time | relevance | path

Searched defs:all_weak_frameworks (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dresolved_target_data.h48 ImmutableVector<std::string> all_weak_frameworks; member
Dresolved_target_data.cc102 ImmutableVectorView<std::string> all_weak_frameworks( in all_weak_frameworks() function in ResolvedTargetData::Impl
173 UniqueVector<std::string> all_weak_frameworks; in ComputeFrameworkInfo() local
444 ImmutableVectorView<std::string> ResolvedTargetData::all_weak_frameworks( in all_weak_frameworks() function in ResolvedTargetData
Dninja_binary_target_writer.cc405 const auto& all_weak_frameworks = target_->all_weak_frameworks(); in WriteFrameworks() local
Dtarget.h349 const UniqueVector<std::string>& all_weak_frameworks() const { in all_weak_frameworks() function