#include <local_subchannel_pool.h>

Private Attributes | |
| std::map< SubchannelKey, Subchannel * > | subchannel_map_ |
Additional Inherited Members | |
Public Types inherited from grpc_core::RefCounted< SubchannelPoolInterface > | |
| using | RefCountedChildType = SubchannelPoolInterface |
Static Public Member Functions inherited from grpc_core::SubchannelPoolInterface | |
| static grpc_arg | CreateChannelArg (SubchannelPoolInterface *subchannel_pool) |
| static SubchannelPoolInterface * | GetSubchannelPoolFromChannelArgs (const grpc_channel_args *args) |
Protected Member Functions inherited from grpc_core::RefCounted< SubchannelPoolInterface > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 38 of file local_subchannel_pool.h.
|
inline |
Definition at line 40 of file local_subchannel_pool.h.
|
inlineoverride |
Definition at line 41 of file local_subchannel_pool.h.
|
overridevirtual |
Implements grpc_core::SubchannelPoolInterface.
Definition at line 53 of file local_subchannel_pool.cc.
|
overridevirtual |
Implements grpc_core::SubchannelPoolInterface.
Definition at line 31 of file local_subchannel_pool.cc.
|
overridevirtual |
Implements grpc_core::SubchannelPoolInterface.
Definition at line 42 of file local_subchannel_pool.cc.
|
private |
Definition at line 54 of file local_subchannel_pool.h.