19 #ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LOCAL_SUBCHANNEL_POOL_H
20 #define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LOCAL_SUBCHANNEL_POOL_H
Definition: local_subchannel_pool.h:35
Subchannel * FindSubchannel(SubchannelKey *key) override
Definition: local_subchannel_pool.cc:57
~LocalSubchannelPool() override
Definition: local_subchannel_pool.cc:31
LocalSubchannelPool()
Definition: local_subchannel_pool.cc:27
void UnregisterSubchannel(SubchannelKey *key) override
Definition: local_subchannel_pool.cc:53
Subchannel * RegisterSubchannel(SubchannelKey *key, Subchannel *constructed) override
Definition: local_subchannel_pool.cc:35
Definition: subchannel.h:176
Definition: subchannel_pool_interface.h:35
Definition: subchannel_pool_interface.h:63
Round Robin Policy.
Definition: backend_metric.cc:24
vtable for the AVL tree The optional user_data is propagated from the top level grpc_avl_XXX API.
Definition: avl.h:41
"pointer" to an AVL tree - this is a reference counted object - use grpc_avl_ref to add a reference,...
Definition: avl.h:58