Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc315 : streams_(streams), stream_count_(count), bytes_retired_(0) { in ConcatenatingInputStream()
319 while (stream_count_ > 0) { in Next()
325 --stream_count_; in Next()
333 if (stream_count_ > 0) { in BackUp()
341 while (stream_count_ > 0) { in Skip()
356 --stream_count_; in Skip()
363 if (stream_count_ == 0) { in ByteCount()
Dzero_copy_stream_impl.h324 int stream_count_; variable
/third_party/node/src/
Dnode_http2.h943 stream_count_(stats.stream_count), in Http2SessionPerformanceEntry()
954 int32_t stream_count() const { return stream_count_; } in stream_count()
970 int32_t stream_count_; variable