Home
last modified time | relevance | path

Searched refs:CommandInfoMap (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dgn_main.cc69 const commands::CommandInfoMap& command_map = commands::GetCommands(); in main()
70 commands::CommandInfoMap::const_iterator found_command = in main()
Dcommands.h119 using CommandInfoMap = std::map<std::string_view, CommandInfo>; variable
121 const CommandInfoMap& GetCommands();
Dcommands.cc338 const CommandInfoMap& GetCommands() { in GetCommands()
339 static CommandInfoMap info_map; in GetCommands()
Dcommand_help.cc292 const commands::CommandInfoMap& command_map = commands::GetCommands(); in RunHelp()