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
271
courgette::SinkStream
patch_stream
;
local
273
courgette::CreateBinaryPatch(&old_source, &new_source, &
patch_stream
);
278
WriteSinkToFile(&
patch_stream
,
316
courgette::SinkStream
patch_stream
;
local
318
courgette::GenerateEnsemblePatch(&old_stream, &new_stream, &
patch_stream
);
322
WriteSinkToFile(&
patch_stream
, patch_file);
393
courgette::SinkStream
patch_stream
;
local
395
courgette::CreateBinaryPatch(&old_stream, &new_stream, &
patch_stream
);
399
WriteSinkToFile(&
patch_stream
, patch_file);
409
courgette::SourceStream
patch_stream
;
local
[
all
...]
Completed in 135 milliseconds