Searched refs:registerSubCommand (Results 1 – 2 of 2) sorted by relevance
109 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()110 registerSubCommand(&*AllSubCommands); in CommandLineParser()287 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anone9c85f080111::CommandLineParser333 registerSubCommand(&*TopLevelSubCommand); in reset()334 registerSubCommand(&*AllSubCommands); in reset()383 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand384 GlobalParser->registerSubCommand(this); in registerSubCommand()
214 void registerSubCommand();220 registerSubCommand(); in Name()