Searched defs:StreamRefCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.h648 // 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 { class in class:talk_base::StreamReference
668 explicit StreamRefCount(StreamInterface* stream) function in class:talk_base::StreamReference::StreamRefCount
690 DISALLOW_EVIL_CONSTRUCTORS(StreamRefCount);
694 explicit StreamReference(StreamRefCount* stream_ref_count,
697 StreamRefCount* stream_ref_count_;

Completed in 83 milliseconds