reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
474 if (error_cstr && error_cstr[0]) { 474 if (error_cstr && error_cstr[0]) { 475 const size_t error_cstr_len = strlen(error_cstr); 476 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; 477 if (strstr(error_cstr, "error:") != error_cstr) 477 if (strstr(error_cstr, "error:") != error_cstr) 479 error_stream->Write(error_cstr, error_cstr_len);