Public Member Functions | |
MovedCppStringSliceRefCount (std::string &&str) | |
![]() | |
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 | |
![]() | |
typedef void(* | DestroyerFn) (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.