Searched refs:error_stream (Results 1 – 2 of 2) sorted by relevance
121 std::stringstream error_stream; in OnURLFetchComplete() local126 error_stream << "Success"; in OnURLFetchComplete()139 error_stream << "No connection to server."; in OnURLFetchComplete()142 error_stream << "Client error: HTTP response code " << response_code; in OnURLFetchComplete()144 error_stream << "Server error: HTTP response code " << response_code; in OnURLFetchComplete()146 error_stream << "Unknown error: HTTP response code " << response_code; in OnURLFetchComplete()151 << ") status: " << error_stream.str(); in OnURLFetchComplete()
60 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local61 Compilation->PrintJob(error_stream, Compilation->getJobs(), "; ", true); in getCC1Arguments()63 << error_stream.str(); in getCC1Arguments()