Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dresolved_target_data.cc43 UniqueVector<std::string> all_weak_frameworks; in ComputeFrameworkInfo() local
Dninja_binary_target_writer.cc386 const auto& all_weak_frameworks = resolved().GetLinkedWeakFrameworks(target_); in WriteFrameworks() local
Dtarget.h364 const UniqueVector<std::string>& all_weak_frameworks() const { in all_weak_frameworks() function