Searched refs:stream_count_ (Results 1 – 2 of 2) sorted by relevance
354 : streams_(streams), stream_count_(count), bytes_retired_(0) { in ConcatenatingInputStream()361 while (stream_count_ > 0) { in Next()367 --stream_count_; in Next()375 if (stream_count_ > 0) { in BackUp()383 while (stream_count_ > 0) { in Skip()398 --stream_count_; in Skip()405 if (stream_count_ == 0) { in ByteCount()
322 int stream_count_; variable