Lines Matching defs:output
321 // Open connection with the server dedicated for standard output
353 std::string output = str.str();
354 request.data.assign(output.begin(), output.end());
369 // That's why we turn off any output in main process and copy output from subprocess when subprocess tests are performed
720 std::string output = str.str();
721 request.data.assign(output.begin(), output.end());
899 // create a separate thread that captures std::err output