Searched refs:AllCommands (Results 1 – 5 of 5) sorted by relevance
16 import org.jacoco.cli.internal.commands.AllCommands;41 new OptionDef(AllCommands.names(), "<command>", in CommandHandler()51 for (final Command c : AllCommands.get()) { in parseArguments()
19 import org.jacoco.cli.internal.commands.AllCommands;71 for (final Command c : AllCommands.get()) { in main()
22 public final class AllCommands { class24 private AllCommands() { in AllCommands() method in AllCommands
121 std::vector<CompileCommandRef> AllCommands; variable
209 getCommands(AllCommands, Commands); in getAllCompileCommands()338 AllCommands.push_back(Cmd); in parse()