Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dslice.h55 typedef struct grpc_slice_refcount { struct
61 struct grpc_slice_refcount* sub_refcount; argument
62 } grpc_slice_refcount; typedef
81 struct grpc_slice_refcount* refcount;
Dgpr_slice.h32 #define gpr_slice_refcount grpc_slice_refcount
/external/grpc-grpc/src/core/lib/slice/
Dslice.cc88 static grpc_slice_refcount noop_refcount = {&noop_refcount_vtable,
106 grpc_slice_refcount rc;
155 grpc_slice_refcount rc;
209 grpc_slice_refcount base;
Dslice_intern.cc43 grpc_slice_refcount base;
44 grpc_slice_refcount sub;
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h61 grpc_slice_refcount* current_slice_refcount;
Dhpack_encoder.cc59 static grpc_slice_refcount terminal_slice_refcount = {nullptr, nullptr};
/external/grpc-grpc/src/core/lib/transport/
Dtransport.h59 grpc_slice_refcount slice_refcount;
Dstatic_metadata.cc119 static grpc_slice_refcount static_sub_refcnt = {&static_sub_vtable,
121 grpc_slice_refcount grpc_static_metadata_refcounts[GRPC_STATIC_MDSTR_COUNT] = {
Dstatic_metadata.h253 extern grpc_slice_refcount
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc422 grpc_slice_refcount base;