aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gprpp/ref_counted_test.cc
Commit message (Collapse)AuthorAge
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
| | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
| | | | | | Using RefCounted<Child, NonPolymorphic> users can now build smart, ref-counted pointers without paying the costs of a vtable when it's possible.
* Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
|
* Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19