Searched defs:grpc_slice_refcount (Results 1 – 4 of 4) sorted by relevance
33 struct grpc_slice_refcount { struct35 typedef void (*DestroyerFn)(grpc_slice_refcount*); argument37 static grpc_slice_refcount* NoopRefcount() { in NoopRefcount() argument48 explicit grpc_slice_refcount(DestroyerFn destroyer_fn) in grpc_slice_refcount() argument53 if (grpc_slice_refcount_trace.enabled()) { in Ref() argument60 if (grpc_slice_refcount_trace.enabled()) { in Unref() argument73 bool IsUnique() const { return ref_.load(std::memory_order_relaxed) == 1; } in IsUnique()77 DestroyerFn destroyer_fn_ = nullptr;
206 pub struct grpc_slice_refcount { struct213 pub refcount: *mut grpc_slice_refcount, argument
231 pub struct grpc_slice_refcount { struct249 pub refcount: *mut grpc_slice_refcount, argument