Searched defs:sub_stream (Results 1 – 2 of 2) sorted by relevance
49 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream()205 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()209 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()214 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
1303 Stream *sub_stream = pair.first.get(); in GetOrCreateSubStream() local1331 Stream *sub_stream = sub_streams_.back().first.get(); in GetOrCreateSubStream() local1342 void Stream::ReturnSubStream(Stream *sub_stream) { in ReturnSubStream()