Home
last modified time | relevance | path

Searched refs:foo_tracer (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/gprpp/
Dref_counted_test.cc50 DebugOnlyTraceFlag foo_tracer(true, "foo"); variable
54 FooWithTracing() : RefCountedWithTracing(&foo_tracer) {} in FooWithTracing()
Dref_counted_ptr_test.cc164 TraceFlag foo_tracer(true, "foo"); variable
168 FooWithTracing() : RefCountedWithTracing(&foo_tracer) {} in FooWithTracing()