OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamRefCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
stream.h
631
// A
StreamRefCount
holds the reference count and a pointer to the
634
// instances pointing to one
StreamRefCount
, all wrapping the same
638
class
StreamRefCount
;
649
class
StreamRefCount
{
651
explicit
StreamRefCount
(StreamInterface* stream)
673
RTC_DISALLOW_COPY_AND_ASSIGN(
StreamRefCount
);
677
explicit StreamReference(
StreamRefCount
* stream_ref_count,
680
StreamRefCount
* stream_ref_count_;
stream.cc
1046
stream_ref_count_ = new
StreamRefCount
(stream);
1058
StreamReference::StreamReference(
StreamRefCount
* stream_ref_count,
Completed in 491 milliseconds