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();
465 SubCommand &SubCommand::getAll() { return *AllSubCommands; }
499 assert(&Sub != &SubCommand::getAll());
532 assert(S != &SubCommand::getAll() &&
533 "SubCommand::getAll() is not expected in RegisteredSubCommands");
2587 cl::sub(SubCommand::getAll())};
2596 cl::sub(SubCommand::getAll())};
2607 cl::sub(SubCommand::getAll())};
2619 cl::sub(SubCommand::getAll())};
2627 cl::sub(SubCommand::getAll())};
2635 cl::sub(SubCommand::getAll())};