Lines Matching refs:SubprocessProtocol
142 SubprocessType type, SubprocessProtocol protocol);
180 SubprocessProtocol protocol_;
193 SubprocessType type, SubprocessProtocol protocol)
204 if (protocol_ == SubprocessProtocol::kNone && type_ == SubprocessType::kRaw) {
299 if (protocol_ == SubprocessProtocol::kShell &&
370 if (protocol_ == SubprocessProtocol::kNone) {
698 static int ReportError(SubprocessProtocol protocol, const std::string& message) {
706 if (protocol == SubprocessProtocol::kShell) {
715 if (protocol == SubprocessProtocol::kShell) {
729 SubprocessType type, SubprocessProtocol protocol) {
732 protocol == SubprocessProtocol::kNone ? "none" : "shell",