Searched full:subchannel_pool (Results 1 – 7 of 7) sorted by relevance
579 auto* subchannel_pool = args.GetObject<SubchannelPoolInterface>(); in Create() local580 CHECK_NE(subchannel_pool, nullptr); in Create()581 RefCountedPtr<Subchannel> c = subchannel_pool->FindSubchannel(key); in Create()591 subchannel_pool->RegisterSubchannel(c->key_, c); in Create()592 if (registered == c) c->subchannel_pool_ = subchannel_pool->Ref(); in Create()680 // The subchannel_pool is only used once here in this subchannel, so the in Orphaned()908 const RefCountedPtr<SubchannelPoolInterface>& subchannel_pool, in MakeSubchannelArgs() argument917 .SetObject(subchannel_pool) in MakeSubchannelArgs()
31 #define GRPC_ARG_SUBCHANNEL_POOL "grpc.internal.subchannel_pool"
68 : RefCounted(GRPC_TRACE_FLAG_ENABLED(subchannel_pool) in SubchannelPoolInterface()
280 const RefCountedPtr<SubchannelPoolInterface>& subchannel_pool,
113 TraceFlag subchannel_pool_trace(false, "subchannel_pool");198 {"subchannel_pool", &subchannel_pool_trace}, in GetAllTraceFlags()
299 subchannel_pool:
72 - subchannel_pool - Subchannel pool.