Searched defs:grpc_slice_refcount (Results 1 – 4 of 4) 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() function145 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
55 typedef struct grpc_slice_refcount { struct56 const grpc_slice_refcount_vtable* vtable; argument61 struct grpc_slice_refcount* sub_refcount; argument62 } grpc_slice_refcount; typedef
223 pub struct grpc_slice_refcount { struct238 pub refcount: *mut grpc_slice_refcount, argument