
Public Member Functions | |
| MovedCppStringSliceRefCount (std::string &&str) | |
Public Member Functions inherited from grpc_slice_refcount | |
| grpc_slice_refcount ()=default | |
| grpc_slice_refcount (DestroyerFn destroyer_fn) | |
| bool | IsUnique () const |
| void | Ref () |
| void | Unref () |
Static Private Member Functions | |
| static void | Destroy (grpc_slice_refcount *arg) |
Private Attributes | |
| std::string | str_ |
Additional Inherited Members | |
Public Types inherited from grpc_slice_refcount | |
| typedef void(* | DestroyerFn) (grpc_slice_refcount *) |
Static Public Member Functions inherited from grpc_slice_refcount | |
| static grpc_slice_refcount * | NoopRefcount () |
Definition at line 146 of file slice/slice.cc.
|
inlineexplicit |
Definition at line 148 of file slice/slice.cc.
|
inlinestaticprivate |
Definition at line 152 of file slice/slice.cc.
|
private |
Definition at line 156 of file slice/slice.cc.