Lines Matching defs:Command
26 class Command final {
35 Command() : CombinedOutAndErr(false) {}
37 explicit Command(const std::vector<std::string> &ArgsToAdd)
40 explicit Command(const Command &Other)
44 Command &operator=(const Command &Other) {
51 ~Command() {}
156 Command(Command &&Other) = delete;
157 Command &operator=(Command &&Other) = delete;