Searched refs:CommandRunner (Results 1 – 21 of 21) sorted by relevance
139 struct CommandRunner { struct140 virtual ~CommandRunner() {} in ~CommandRunner() argument206 bool FinishCommand(CommandRunner::Result* result, string* err);220 auto_ptr<CommandRunner> command_runner_;222 unique_ptr<CommandRunner> command_runner_; // auto_ptr was removed in C++17.227 bool ExtractDeps(CommandRunner::Result* result, const string& deps_type,
46 struct DryRunCommandRunner : public CommandRunner {668 struct RealCommandRunner : public CommandRunner {855 CommandRunner::Result result; in Build()932 bool Builder::FinishCommand(CommandRunner::Result* result, string* err) { in FinishCommand()1051 bool Builder::ExtractDeps(CommandRunner::Result* result, in ExtractDeps()
468 struct FakeCommandRunner : public CommandRunner {
57 final CommandRunner<void> runner = createTestCommandRunner(command);100 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()117 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()134 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()151 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()168 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()185 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
34 final CommandRunner<void> runner = createTestCommandRunner(command);51 final CommandRunner<void> runner = createTestCommandRunner(command);68 final CommandRunner<void> runner = createTestCommandRunner(command);92 final CommandRunner<void> runner = createTestCommandRunner(command);
409 final CommandRunner<void> runner = createTestCommandRunner(command);430 final CommandRunner<void> runner = createTestCommandRunner(command);451 final CommandRunner<void> runner = createTestCommandRunner(command);468 final CommandRunner<void> runner = createTestCommandRunner(command);485 final CommandRunner<void> runner = createTestCommandRunner(command);506 final CommandRunner<void> runner = createTestCommandRunner(command);527 final CommandRunner<void> runner = createTestCommandRunner(command);623 final CommandRunner<void> runner = createTestCommandRunner(command);694 final CommandRunner<void> runner = createTestCommandRunner(command);740 final CommandRunner<void> runner = createTestCommandRunner(command);[all …]
60 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);72 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);82 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);127 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);
44 final CommandRunner<void> runner = createTestCommandRunner(command);69 final CommandRunner<void> runner = createTestCommandRunner(command);91 final CommandRunner<void> runner = createTestCommandRunner(command);
37 final CommandRunner<void> commandRunner = createTestCommandRunner(AssembleCommand());54 final CommandRunner<void> commandRunner = createTestCommandRunner(AssembleCommand());
39 final CommandRunner<void> runner = createTestCommandRunner(command);
91 final CommandRunner<void> runner = createTestCommandRunner(BuildCommand());
119 final CommandRunner<void> runner = createTestCommandRunner(BuildCommand());
127 final CommandRunner<void> runner = createTestCommandRunner(BuildCommand());
87 final CommandRunner<void> runner = createTestCommandRunner(command);
63 final CommandRunner<void> runner = createTestCommandRunner(command);
34 using CommandRunner = int (*)(const std::vector<std::string>&); variable112 CommandRunner in_runner);116 CommandRunner runner;
335 CommandRunner in_runner) in CommandInfo()
46 final CommandRunner<void> runner = createTestCommandRunner(command);78 final CommandRunner<void> runner = createTestCommandRunner(command);119 final CommandRunner<void> runner = createTestCommandRunner(command);213 final CommandRunner<void> runner = createTestCommandRunner(command);
63 final CommandRunner<void>runner = createTestCommandRunner(doctorCommand);81 final CommandRunner<void> runner = createTestCommandRunner(command);159 final CommandRunner<void> runner = createTestCommandRunner(command);178 final CommandRunner<void> runner = createTestCommandRunner(command);
70 CommandRunner<void> createTestCommandRunner([ FlutterCommand command ]) {117 final CommandRunner<void> runner = createTestCommandRunner(command);
44 class FlutterCommandRunner extends CommandRunner<void> {215 // This is where the CommandRunner would call argParser.parse(args). We