Home
last modified time | relevance | path

Searched defs:grpc_slice_refcount (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/lib/slice/
Dslice_internal.h100 struct grpc_slice_refcount { struct
110 grpc_slice_refcount() = default; argument
112 explicit grpc_slice_refcount(Type t) : ref_type_(t) {} in grpc_slice_refcount() function
114 explicit grpc_slice_refcount(grpc_slice_refcount* sub) : sub_refcount_(sub) {} in grpc_slice_refcount() argument
136 grpc_slice_refcount(grpc_slice_refcount::Type type, grpc_core::RefCount* ref, in grpc_slice_refcount() argument
145 grpc_slice_refcount(grpc_slice_refcount* sub, Type type) in grpc_slice_refcount() argument
164 grpc_slice_refcount* sub_refcount() const { return sub_refcount_; } in sub_refcount() argument
169 grpc_slice_refcount* sub_refcount_ = this; argument
177 static grpc_slice_refcount kStaticSubRefcount; argument