OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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_;
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
764
// A
StreamRefCount
holds the reference count and a pointer to the
767
// instances pointing to one
StreamRefCount
, all wrapping the same
771
class
StreamRefCount
;
782
class
StreamRefCount
{
784
explicit
StreamRefCount
(StreamInterface* stream)
806
DISALLOW_EVIL_CONSTRUCTORS(
StreamRefCount
);
810
explicit StreamReference(
StreamRefCount
* stream_ref_count,
813
StreamRefCount
* stream_ref_count_;
[
all
...]
Completed in 31 milliseconds