| 73 | } |
| 74 | |
| 75 | string PrintErrorMapToString(const ErrorLogMap& errors) { |
| 76 | stringstream stream; |
| 77 | PrintErrorMap(&stream, errors); |
| 78 | return stream.str(); |
| 79 | } |
| 80 | |
| 81 | void MergeErrorLogEntry(TErrorCode::type error_code, const ErrorLogEntryPB& entry, |
| 82 | ErrorLogMap* target_map) { |