Home | History | Annotate | Download | only in gn

Lines Matching defs:commands

8 #include "tools/gn/commands.h"
16 namespace commands {
34 OutputString("Commands (type \"gn help <command>\" for more details):\n");
36 const commands::CommandInfoMap& command_map = commands::GetCommands();
37 for (commands::CommandInfoMap::const_iterator i = command_map.begin();
103 // Check commands.
104 const commands::CommandInfoMap& command_map = commands::GetCommands();
105 commands::CommandInfoMap::const_iterator found_command =
156 } // namespace commands