Searched refs:CommandInfoMap (Results 1 – 4 of 4) sorted by relevance
26 const commands::CommandInfoMap& command_map = commands::GetCommands(); in PrintToplevelHelp()27 for (commands::CommandInfoMap::const_iterator i = command_map.begin(); in PrintToplevelHelp()113 const commands::CommandInfoMap& command_map = commands::GetCommands(); in RunHelp()114 commands::CommandInfoMap::const_iterator found_command = in RunHelp()
65 typedef std::map<base::StringPiece, CommandInfo> CommandInfoMap; typedef67 const CommandInfoMap& GetCommands();
62 const commands::CommandInfoMap& command_map = commands::GetCommands(); in main()63 commands::CommandInfoMap::const_iterator found_command = in main()
28 const CommandInfoMap& GetCommands() { in GetCommands()29 static CommandInfoMap info_map; in GetCommands()