Searched refs:FooWithTracing (Results 1 – 2 of 2) sorted by relevance
52 class FooWithTracing : public RefCountedWithTracing<FooWithTracing> { class54 FooWithTracing() : RefCountedWithTracing(&foo_tracer) {} in FooWithTracing() function in grpc_core::testing::__anon0f562d650111::FooWithTracing58 FooWithTracing* foo = New<FooWithTracing>(); in TEST()59 RefCountedPtr<FooWithTracing> foop = foo->Ref(DEBUG_LOCATION, "extra_ref"); in TEST()
166 class FooWithTracing : public RefCountedWithTracing<FooWithTracing> { class168 FooWithTracing() : RefCountedWithTracing(&foo_tracer) {} in FooWithTracing() function in grpc_core::testing::__anon6389ff3a0111::FooWithTracing172 RefCountedPtr<FooWithTracing> foo(New<FooWithTracing>()); in TEST()173 RefCountedPtr<FooWithTracing> foo2 = foo->Ref(DEBUG_LOCATION, "foo"); in TEST()