Searched refs:InternallyRefCounted (Results 1 – 21 of 21) sorted by relevance
76 class InternallyRefCounted : public Orphanable {79 InternallyRefCounted(const InternallyRefCounted&) = delete;80 InternallyRefCounted& operator=(const InternallyRefCounted&) = delete;88 explicit InternallyRefCounted(const char* trace = nullptr,91 ~InternallyRefCounted() override = default;
77 class InternallyRefCounted : public Orphanable {80 InternallyRefCounted(const InternallyRefCounted&) = delete;81 InternallyRefCounted& operator=(const InternallyRefCounted&) = delete;92 InternallyRefCounted() { gpr_ref_init(&refs_, 1); } in InternallyRefCounted() function93 virtual ~InternallyRefCounted() {} in ~InternallyRefCounted()
61 class Bar : public InternallyRefCounted<Bar> {76 TEST(OrphanablePtr, InternallyRefCounted) { in TEST() argument
176 class SubchannelList : public InternallyRefCounted<SubchannelListType> {200 InternallyRefCounted<SubchannelListType>::Unref(DEBUG_LOCATION, "shutdown"); in Orphan()358 : InternallyRefCounted<SubchannelListType>( in SubchannelList()
35 class SubchannelConnector : public InternallyRefCounted<SubchannelConnector> {
52 class Resolver : public InternallyRefCounted<Resolver> {
34 : InternallyRefCounted(GRPC_TRACE_FLAG_ENABLED(grpc_trace_resolver_refcount) in Resolver()
35 : InternallyRefCounted( in LoadBalancingPolicy()
82 class LoadBalancingPolicy : public InternallyRefCounted<LoadBalancingPolicy> {
38 : public InternallyRefCounted<CertificateProviderStore> {
86 : public InternallyRefCounted<RetryableCall<T>> {122 : public InternallyRefCounted<AdsCallState> {142 class ResourceState : public InternallyRefCounted<ResourceState> {305 : public InternallyRefCounted<LrsCallState> {322 class Reporter : public InternallyRefCounted<Reporter> {462 : InternallyRefCounted<ChannelState>( in ChannelState()671 : InternallyRefCounted<AdsCallState>( in AdsCallState()1424 : InternallyRefCounted<LrsCallState>( in LrsCallState()
196 class ChannelState : public InternallyRefCounted<ChannelState> {
51 : public InternallyRefCounted<ConnectivityStateWatcherInterface> {
45 class HealthCheckClient : public InternallyRefCounted<HealthCheckClient> {
54 : InternallyRefCounted<HealthCheckClient>( in HealthCheckClient()
41 class Server : public InternallyRefCounted<Server> {
116 class ClusterChild : public InternallyRefCounted<ClusterChild> {
127 class DiscoveryMechanism : public InternallyRefCounted<DiscoveryMechanism> {
117 class WeightedChild : public InternallyRefCounted<WeightedChild> {
164 class BalancerCallState : public InternallyRefCounted<BalancerCallState> {751 : InternallyRefCounted<BalancerCallState>( in BalancerCallState()
93 class ChildPriority : public InternallyRefCounted<ChildPriority> {