Lines Matching defs:patch_stream
276 courgette::SinkStream patch_stream;
278 courgette::CreateBinaryPatch(&old_source, &new_source, &patch_stream);
283 WriteSinkToFile(&patch_stream,
321 courgette::SinkStream patch_stream;
323 courgette::GenerateEnsemblePatch(&old_stream, &new_stream, &patch_stream);
327 WriteSinkToFile(&patch_stream, patch_file);
398 courgette::SinkStream patch_stream;
400 courgette::CreateBinaryPatch(&old_stream, &new_stream, &patch_stream);
404 WriteSinkToFile(&patch_stream, patch_file);
414 courgette::SourceStream patch_stream;
416 patch_stream.Init(patch_buffer);
420 courgette::ApplyBinaryPatch(&old_stream, &patch_stream, &new_stream);