Searched refs:trace_flag_ (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 100 if (location.Log() && trace_flag_ != nullptr && trace_flag_->enabled()) { in Ref() 103 trace_flag_->name(), this, location.file(), location.line(), in Ref() 121 if (location.Log() && trace_flag_ != nullptr && trace_flag_->enabled()) { in Unref() 124 trace_flag_->name(), this, location.file(), location.line(), in Unref() 143 : trace_flag_(trace_flag) { in RefCountedWithTracing() 161 TraceFlag* trace_flag_ = nullptr; variable
|
D | orphanable.h | 140 : trace_flag_(trace_flag) { in InternallyRefCountedWithTracing() 158 if (location.Log() && trace_flag_ != nullptr && trace_flag_->enabled()) { in Ref() 161 trace_flag_->name(), this, location.file(), location.line(), in Ref() 179 if (location.Log() && trace_flag_ != nullptr && trace_flag_->enabled()) { in Unref() 182 trace_flag_->name(), this, location.file(), location.line(), in Unref() 191 TraceFlag* trace_flag_ = nullptr; variable
|