Searched refs:config_matches (Results 1 - 7 of 7) sorted by relevance
/third_party/gn/src/gn/ |
H A D | command_outputs.cc | 87 UniqueVector<const Config*> config_matches; in RunOutputs() local 91 &config_matches, &toolchain_matches, in RunOutputs()
|
H A D | command_ls.cc | 81 UniqueVector<const Config*> config_matches; variable 85 &target_matches, &config_matches,
|
H A D | command_desc.cc | 644 UniqueVector<const Config*> config_matches; in RunDesc() local 653 &target_matches, &config_matches, &toolchain_matches, &file_matches)) in RunDesc() 662 if (target_matches.empty() && config_matches.empty()) { in RunDesc() 681 } else if (!config_matches.empty()) { in RunDesc() 682 for (const auto* config : config_matches) { in RunDesc() 694 bool multiple_outputs = (target_matches.size() + config_matches.size()) > 1; in RunDesc() 708 for (const Config* config : config_matches) { in RunDesc()
|
H A D | command_refs.cc | 385 UniqueVector<const Config*> config_matches; variable 389 &target_matches, &config_matches, 410 for (auto* config : config_matches) { 422 if (!quiet && config_matches.empty() && explicit_target_matches.empty() &&
|
H A D | command_check.cc | 209 UniqueVector<const Config*> config_matches; in RunCheck() local 213 &target_matches, &config_matches, in RunCheck()
|
H A D | commands.cc | 82 UniqueVector<const Config*>* config_matches, in ResolveStringFromCommandLineInput() 118 config_matches->push_back(as_config); in ResolveStringFromCommandLineInput() 598 UniqueVector<const Config*>* config_matches, in ResolveFromCommandLineInput() 612 config_matches, toolchain_matches, file_matches)) in ResolveFromCommandLineInput() 76 ResolveStringFromCommandLineInput( Setup* setup, const SourceDir& current_dir, const std::string& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveStringFromCommandLineInput() argument 593 ResolveFromCommandLineInput( Setup* setup, const std::vector<std::string>& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveFromCommandLineInput() argument
|
H A D | commands.h | 274 UniqueVector<const Config*>* config_matches,
|
Completed in 6 milliseconds