Searched refs:combined_stream (Results 1 - 2 of 2) sorted by path

/external/chromium_org/courgette/
H A Dstreams.cc343 // Writes |this| to |combined_stream|. See SourceStreamSet::Init for the layout
345 CheckBool SinkStreamSet::CopyTo(SinkStream *combined_stream) { argument
356 ret = combined_stream->Reserve(length);
358 ret = combined_stream->Append(&header);
360 ret = combined_stream->Append(stream(i));
H A Dstreams.h219 CheckBool CopyTo(SinkStream* combined_stream) WARN_UNUSED_RESULT;

Completed in 368 milliseconds