Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.cc134 grpc_slice_refcount grpc_core::StaticSliceRefcount::kStaticSubRefcount;
141 StaticSliceRefcount refcounts[GRPC_STATIC_MDSTR_COUNT] = {
143 StaticSliceRefcount(0), StaticSliceRefcount(1),
144 StaticSliceRefcount(2), StaticSliceRefcount(3),
145 StaticSliceRefcount(4), StaticSliceRefcount(5),
146 StaticSliceRefcount(6), StaticSliceRefcount(7),
147 StaticSliceRefcount(8), StaticSliceRefcount(9),
148 StaticSliceRefcount(10), StaticSliceRefcount(11),
149 StaticSliceRefcount(12), StaticSliceRefcount(13),
150 StaticSliceRefcount(14), StaticSliceRefcount(15),
[all …]
Dstatic_metadata.h292 struct StaticSliceRefcount;
293 extern StaticSliceRefcount* g_static_metadata_slice_refcounts;
295 inline grpc_core::StaticSliceRefcount* grpc_static_metadata_refcounts() { in grpc_static_metadata_refcounts()
307 (reinterpret_cast<grpc_core::StaticSliceRefcount*>((static_slice).refcount) \
583 reinterpret_cast<grpc_core::StaticSliceRefcount*>((slice).refcount) \
586 reinterpret_cast<grpc_core::StaticSliceRefcount*>( \
/third_party/grpc/src/core/lib/slice/
Dslice_internal.h176 struct StaticSliceRefcount { struct
179 explicit StaticSliceRefcount(uint32_t index) in StaticSliceRefcount() argument