Searched refs:registerSubCommand (Results 1 – 2 of 2) sorted by relevance
171 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()172 registerSubCommand(&*AllSubCommands); in CommandLineParser()369 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anon7ff628370111::CommandLineParser415 registerSubCommand(&*TopLevelSubCommand); in reset()416 registerSubCommand(&*AllSubCommands); in reset()495 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand496 GlobalParser->registerSubCommand(this); in registerSubCommand()
216 void registerSubCommand();222 registerSubCommand(); in Name()