Home
last modified time | relevance | path

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

/external/protobuf/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
/external/google-breakpad/src/processor/
Dsynth_minidump.cc325 stream_count_(0), in Dump()
349 stream_count_++; in Add()
384 stream_count_label_ = stream_count_; in Finish()
Dsynth_minidump.h350 size_t stream_count_; // The number of streams so far. variable
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dconference_transport.cc45 stream_count_(0), in ConferenceTransport()
229 const unsigned int remote_ssrc = kFirstRemoteSsrc + stream_count_++; in AddStream()
Dconference_transport.h137 unsigned int stream_count_; variable