OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:patch_stream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
versioning_unittest.cc
28
courgette::SourceStream
patch_stream
;
local
30
patch_stream
.Init(new_buffer);
36
&
patch_stream
,
courgette_tool.cc
276
courgette::SinkStream
patch_stream
;
local
278
courgette::CreateBinaryPatch(&old_source, &new_source, &
patch_stream
);
283
WriteSinkToFile(&
patch_stream
,
321
courgette::SinkStream
patch_stream
;
local
323
courgette::GenerateEnsemblePatch(&old_stream, &new_stream, &
patch_stream
);
327
WriteSinkToFile(&
patch_stream
, patch_file);
398
courgette::SinkStream
patch_stream
;
local
400
courgette::CreateBinaryPatch(&old_stream, &new_stream, &
patch_stream
);
404
WriteSinkToFile(&
patch_stream
, patch_file);
414
courgette::SourceStream
patch_stream
;
local
[
all
...]
Completed in 96 milliseconds