#include <slice_refcount_base.h>
Definition at line 25 of file slice_refcount_base.h.
◆ DestroyerFn
◆ grpc_slice_refcount() [1/2]
| grpc_slice_refcount::grpc_slice_refcount |
( |
| ) |
|
|
default |
◆ grpc_slice_refcount() [2/2]
| grpc_slice_refcount::grpc_slice_refcount |
( |
DestroyerFn |
destroyer_fn | ) |
|
|
inlineexplicit |
◆ IsUnique()
| bool grpc_slice_refcount::IsUnique |
( |
| ) |
const |
|
inline |
◆ NoopRefcount()
◆ Ref()
| void grpc_slice_refcount::Ref |
( |
| ) |
|
|
inline |
◆ Unref()
| void grpc_slice_refcount::Unref |
( |
| ) |
|
|
inline |
◆ destroyer_fn_
| DestroyerFn grpc_slice_refcount::destroyer_fn_ = nullptr |
|
private |
◆ ref_
| std::atomic<size_t> grpc_slice_refcount::ref_ {1} |
|
private |
The documentation for this struct was generated from the following file: