Home
last modified time | relevance | path

Searched defs: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()
199 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()
203 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()
208 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc1747 Stream *sub_stream = pair.first.get(); in GetOrCreateSubStream() local
1774 Stream *sub_stream = sub_streams_.back().first.get(); in GetOrCreateSubStream() local
1785 void Stream::ReturnSubStream(Stream *sub_stream) { in ReturnSubStream()