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

  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 648 // A StreamRefCount holds the reference count and a pointer to the
651 // instances pointing to one StreamRefCount, all wrapping the same
655 class StreamRefCount;
666 class StreamRefCount {
668 explicit StreamRefCount(StreamInterface* stream)
690 DISALLOW_EVIL_CONSTRUCTORS(StreamRefCount);
694 explicit StreamReference(StreamRefCount* stream_ref_count,
697 StreamRefCount* stream_ref_count_;
stream.cc 1014 stream_ref_count_ = new StreamRefCount(stream);
1026 StreamReference::StreamReference(StreamRefCount* stream_ref_count,

Completed in 36 milliseconds