Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.cc66 offsetof(grpc_stream_refcount, slice_refcount)))
71 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(&refcount->slice_refcount), in grpc_slice_from_stream_owned_buffer()
74 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(&refcount->slice_refcount)); in grpc_slice_from_stream_owned_buffer()
77 res.refcount = &refcount->slice_refcount; in grpc_slice_from_stream_owned_buffer()
97 new (&refcount->slice_refcount) grpc_slice_refcount(
99 refcount, &refcount->slice_refcount);
Dtransport.h62 grpc_slice_refcount slice_refcount; member
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc83 offsetof(grpc_stream_refcount, slice_refcount)))
103 slice_stream_ref(&refcount->slice_refcount);
105 res.refcount = &refcount->slice_refcount;
129 refcount->slice_refcount.vtable = &stream_ref_slice_vtable;
130 refcount->slice_refcount.sub_refcount = &refcount->slice_refcount;
Dtransport.h59 grpc_slice_refcount slice_refcount; member