Searched refs:InternallyRefCountedWithTracing (Results 1 – 8 of 8) sorted by relevance
119 class InternallyRefCountedWithTracing : public Orphanable {122 InternallyRefCountedWithTracing(const InternallyRefCountedWithTracing&) =124 InternallyRefCountedWithTracing& operator=(125 const InternallyRefCountedWithTracing&) = delete;136 InternallyRefCountedWithTracing() in InternallyRefCountedWithTracing() function137 : InternallyRefCountedWithTracing(static_cast<TraceFlag*>(nullptr)) {} in InternallyRefCountedWithTracing()139 explicit InternallyRefCountedWithTracing(TraceFlag* trace_flag) in InternallyRefCountedWithTracing() function145 explicit InternallyRefCountedWithTracing(DebugOnlyTraceFlag* trace_flag) in InternallyRefCountedWithTracing() function146 : InternallyRefCountedWithTracing() {} in InternallyRefCountedWithTracing()149 virtual ~InternallyRefCountedWithTracing() {} in ~InternallyRefCountedWithTracing()
86 class Baz : public InternallyRefCountedWithTracing<Baz> {90 : InternallyRefCountedWithTracing<Baz>(&baz_tracer), value_(value) {} in Baz()106 TEST(OrphanablePtr, InternallyRefCountedWithTracing) { in TEST() argument
30 : InternallyRefCountedWithTracing(&grpc_trace_resolver_refcount), in Resolver()
30 : InternallyRefCountedWithTracing(&grpc_trace_lb_policy_refcount), in LoadBalancingPolicy()
47 class Resolver : public InternallyRefCountedWithTracing<Resolver> {
46 : public InternallyRefCountedWithTracing<LoadBalancingPolicy> {
190 : public InternallyRefCountedWithTracing<SubchannelListType> {228 InternallyRefCountedWithTracing<SubchannelListType>::Unref(DEBUG_LOCATION, in Orphan()490 : InternallyRefCountedWithTracing<SubchannelListType>(tracer), in SubchannelList()
173 : public InternallyRefCountedWithTracing<BalancerCallState> {500 : InternallyRefCountedWithTracing<BalancerCallState>(&grpc_lb_glb_trace), in BalancerCallState()