Home
last modified time | relevance | path

Searched refs:sub_stream (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc50 ZeroCopyInputStream* sub_stream, Format format, int buffer_size) in GzipInputStream() argument
51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK) { in GzipInputStream()
193 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream() argument
194 Init(sub_stream, Options()); in GzipOutputStream()
197 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream() argument
199 Init(sub_stream, options); in GzipOutputStream()
202 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init() argument
204 sub_stream_ = sub_stream; in Init()
Dgzip_stream.h72 ZeroCopyInputStream* sub_stream,
141 explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream);
145 ZeroCopyOutputStream* sub_stream,
195 void Init(ZeroCopyOutputStream* sub_stream, const Options& options);