Home
last modified time | relevance | path

Searched defs:all_frameworks (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Dresolved_target_data.h47 ImmutableVector<std::string> all_frameworks; member
Dresolved_target_data.cc96 ImmutableVectorView<std::string> all_frameworks(const Target* target) const { in all_frameworks() function in ResolvedTargetData::Impl
172 UniqueVector<std::string> all_frameworks; in ComputeFrameworkInfo() local
439 ImmutableVectorView<std::string> ResolvedTargetData::all_frameworks( in all_frameworks() function in ResolvedTargetData
Dninja_binary_target_writer.cc396 const auto& all_frameworks = target_->all_frameworks(); in WriteFrameworks() local
Dtarget.h338 const UniqueVector<std::string>& all_frameworks() const { in all_frameworks() function
Ddesc_builder.cc608 const auto& all_frameworks = target_->all_frameworks(); in BuildDescription() local