Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc354 : 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()
Dzero_copy_stream_impl.h322 int stream_count_; variable