Home
last modified time | relevance | path

Searched refs:new_slice_refcount (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/slice/
Dslice.cc105 typedef struct new_slice_refcount { struct
110 } new_slice_refcount; typedef
113 new_slice_refcount* r = static_cast<new_slice_refcount*>(p); in new_slice_ref()
118 new_slice_refcount* r = static_cast<new_slice_refcount*>(p); in new_slice_unref()
133 new_slice_refcount* rc = in grpc_slice_new_with_user_data()
134 static_cast<new_slice_refcount*>(gpr_malloc(sizeof(new_slice_refcount))); in grpc_slice_new_with_user_data()