Lines Matching defs:getAll
180 if (Opt.Subs.size() == 1 && *Opt.Subs.begin() == &SubCommand::getAll()) {
183 Action(SubCommand::getAll());
187 assert(SC != &SubCommand::getAll() &&
188 "SubCommand::getAll() should not be used with other subcommands");
349 assert(sub != &SubCommand::getAll() &&
350 "SubCommand::getAll() should not be registered");
351 for (auto &E : SubCommand::getAll().OptionsMap) {
383 SubCommand::getAll().reset();
481 SubCommand &SubCommand::getAll() { return *AllSubCommands; }
515 assert(&Sub != &SubCommand::getAll());
548 assert(S != &SubCommand::getAll() &&
549 "SubCommand::getAll() is not expected in RegisteredSubCommands");
2581 cl::sub(SubCommand::getAll())};
2590 cl::sub(SubCommand::getAll())};
2601 cl::sub(SubCommand::getAll())};
2613 cl::sub(SubCommand::getAll())};
2621 cl::sub(SubCommand::getAll())};
2629 cl::sub(SubCommand::getAll())};