Searched defs:grpc_slice_refcount (Results 1 – 1 of 1) sorted by relevance
100 struct grpc_slice_refcount { struct110 grpc_slice_refcount() = default; argument112 explicit grpc_slice_refcount(Type t) : ref_type_(t) {} in grpc_slice_refcount() function114 explicit grpc_slice_refcount(grpc_slice_refcount* sub) : sub_refcount_(sub) {} in grpc_slice_refcount() argument136 grpc_slice_refcount(grpc_slice_refcount::Type type, grpc_core::RefCount* ref, in grpc_slice_refcount() argument145 grpc_slice_refcount(grpc_slice_refcount* sub, Type type) in grpc_slice_refcount() argument164 grpc_slice_refcount* sub_refcount() const { return sub_refcount_; } in sub_refcount() argument169 grpc_slice_refcount* sub_refcount_ = this; argument177 static grpc_slice_refcount kStaticSubRefcount; argument