Home
last modified time | relevance | path

Searched refs:CommandInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dcommands.h108 struct CommandInfo { struct
109 CommandInfo();
110 CommandInfo(const char* in_help_short,
119 using CommandInfoMap = std::map<std::string_view, CommandInfo>; argument
Dcommands.cc330 CommandInfo::CommandInfo() in CommandInfo() function in commands::CommandInfo
333 CommandInfo::CommandInfo(const char* in_help_short, in CommandInfo() function in commands::CommandInfo
342 info_map[k##cmd] = CommandInfo(k##cmd##_HelpShort, k##cmd##_Help, &Run##cmd); in GetCommands()