HomeSort by relevance Sort by last modified time
    Searched refs:stream_count_ (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 353 : streams_(streams), stream_count_(count), bytes_retired_(0) {
360 while (stream_count_ > 0) {
366 --stream_count_;
374 if (stream_count_ > 0) {
382 while (stream_count_ > 0) {
397 --stream_count_;
404 if (stream_count_ == 0) {
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 137 unsigned int stream_count_; member in class:voetest::ConferenceTransport
conference_transport.cc 45 stream_count_(0),
229 const unsigned int remote_ssrc = kFirstRemoteSsrc + stream_count_++;
  /external/google-breakpad/src/processor/
synth_minidump.cc 325 stream_count_(0),
349 stream_count_++;
384 stream_count_label_ = stream_count_;
synth_minidump.h 350 size_t stream_count_; // The number of streams so far. member in class:google_breakpad::SynthMinidump::Dump
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream

Completed in 4234 milliseconds