Lines Matching refs:getAll
180 if (Opt.Subs.size() == 1 && *Opt.Subs.begin() == &SubCommand::getAll()) { in forEachSubCommand()
183 Action(SubCommand::getAll()); in forEachSubCommand()
187 assert(SC != &SubCommand::getAll() && in forEachSubCommand()
349 assert(sub != &SubCommand::getAll() && in registerSubCommand()
351 for (auto &E : SubCommand::getAll().OptionsMap) { in registerSubCommand()
383 SubCommand::getAll().reset(); in reset()
465 SubCommand &SubCommand::getAll() { return *AllSubCommands; } in getAll() function in SubCommand
499 assert(&Sub != &SubCommand::getAll()); in LookupOption()
532 assert(S != &SubCommand::getAll() && in LookupSubCommand()
2589 cl::sub(SubCommand::getAll())};
2598 cl::sub(SubCommand::getAll())};
2609 cl::sub(SubCommand::getAll())};
2621 cl::sub(SubCommand::getAll())};
2629 cl::sub(SubCommand::getAll())};
2637 cl::sub(SubCommand::getAll())};