dump mutiple times;
| 579 | } |
| 580 | // dump mutiple times; |
| 581 | Status BundleWriter::AppendSegmentData(char* content, int64 data_bytes_written) { |
| 582 | return out_->AppendSegment(StringPiece(content, data_bytes_written)); |
| 583 | } |
| 584 | |
| 585 | void BundleWriter::EndSegmentData(int64 total_bytes_written, int64 end_bytes_written) { |
| 586 |
no test coverage detected