Searched defs:found_command (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Dcommand_help.cc120 commands::CommandInfoMap::const_iterator found_command = local
122 if (found_command != command_map.end()) {
123 PrintLongHelp(found_command->second.help);
H A Dgn_main.cc67 commands::CommandInfoMap::const_iterator found_command = local
71 if (found_command != command_map.end()) {
72 retval = found_command->second.runner(args);

Completed in 1489 milliseconds