Home
last modified time | relevance | path

Searched refs:InternallyRefCountedWithTracing (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Dorphanable.h119 class InternallyRefCountedWithTracing : public Orphanable {
122 InternallyRefCountedWithTracing(const InternallyRefCountedWithTracing&) =
124 InternallyRefCountedWithTracing& operator=(
125 const InternallyRefCountedWithTracing&) = delete;
136 InternallyRefCountedWithTracing() in InternallyRefCountedWithTracing() function
137 : InternallyRefCountedWithTracing(static_cast<TraceFlag*>(nullptr)) {} in InternallyRefCountedWithTracing()
139 explicit InternallyRefCountedWithTracing(TraceFlag* trace_flag) in InternallyRefCountedWithTracing() function
145 explicit InternallyRefCountedWithTracing(DebugOnlyTraceFlag* trace_flag) in InternallyRefCountedWithTracing() function
146 : InternallyRefCountedWithTracing() {} in InternallyRefCountedWithTracing()
149 virtual ~InternallyRefCountedWithTracing() {} in ~InternallyRefCountedWithTracing()
/external/grpc-grpc/test/core/gprpp/
Dorphanable_test.cc86 class Baz : public InternallyRefCountedWithTracing<Baz> {
90 : InternallyRefCountedWithTracing<Baz>(&baz_tracer), value_(value) {} in Baz()
106 TEST(OrphanablePtr, InternallyRefCountedWithTracing) { in TEST() argument
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dresolver.cc30 : InternallyRefCountedWithTracing(&grpc_trace_resolver_refcount), in Resolver()
Dlb_policy.cc30 : InternallyRefCountedWithTracing(&grpc_trace_lb_policy_refcount), in LoadBalancingPolicy()
Dresolver.h47 class Resolver : public InternallyRefCountedWithTracing<Resolver> {
Dlb_policy.h46 : public InternallyRefCountedWithTracing<LoadBalancingPolicy> {
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h190 : public InternallyRefCountedWithTracing<SubchannelListType> {
228 InternallyRefCountedWithTracing<SubchannelListType>::Unref(DEBUG_LOCATION, in Orphan()
490 : InternallyRefCountedWithTracing<SubchannelListType>(tracer), in SubchannelList()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc173 : public InternallyRefCountedWithTracing<BalancerCallState> {
500 : InternallyRefCountedWithTracing<BalancerCallState>(&grpc_lb_glb_trace), in BalancerCallState()