OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
socketpool.h
46
//
StreamPool
49
class
StreamPool
{
51
virtual ~
StreamPool
() { }
60
// the supplied
StreamPool
.
63
class StreamCache : public
StreamPool
, public sigslot::has_slots<> {
65
StreamCache(
StreamPool
* pool);
68
//
StreamPool
Interface
80
StreamPool
* pool_;
92
class NewSocketPool : public
StreamPool
{
97
//
StreamPool
Interfac
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
socketpool.h
46
//
StreamPool
49
class
StreamPool
{
51
virtual ~
StreamPool
() { }
60
// the supplied
StreamPool
.
63
class StreamCache : public
StreamPool
, public sigslot::has_slots<> {
65
StreamCache(
StreamPool
* pool);
68
//
StreamPool
Interface
80
StreamPool
* pool_;
92
class NewSocketPool : public
StreamPool
{
97
//
StreamPool
Interfac
[
all
...]
Completed in 165 milliseconds