Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gprpp/
Dref_counted_test.cc52 class FooWithTracing : public RefCountedWithTracing<FooWithTracing> { class
54 FooWithTracing() : RefCountedWithTracing(&foo_tracer) {} in FooWithTracing() function in grpc_core::testing::__anonf438ad6e0111::FooWithTracing
58 FooWithTracing* foo = New<FooWithTracing>(); in TEST()
59 RefCountedPtr<FooWithTracing> foop = foo->Ref(DEBUG_LOCATION, "extra_ref"); in TEST()
Dref_counted_ptr_test.cc166 class FooWithTracing : public RefCountedWithTracing<FooWithTracing> { class
168 FooWithTracing() : RefCountedWithTracing(&foo_tracer) {} in FooWithTracing() function in grpc_core::testing::__anonf64f5bc30111::FooWithTracing
172 RefCountedPtr<FooWithTracing> foo(New<FooWithTracing>()); in TEST()
173 RefCountedPtr<FooWithTracing> foo2 = foo->Ref(DEBUG_LOCATION, "foo"); in TEST()