Searched refs:InternedSliceRefcount (Results 1 – 3 of 3) sorted by relevance
44 using grpc_core::InternedSliceRefcount;48 InternedSliceRefcount** strs;70 InternedSliceRefcount::~InternedSliceRefcount() { in ~InternedSliceRefcount()73 InternedSliceRefcount** prev_next; in ~InternedSliceRefcount()74 InternedSliceRefcount* cur; in ~InternedSliceRefcount()90 InternedSliceRefcount** strtab; in grow_shard()91 InternedSliceRefcount *s, *next; in grow_shard()93 strtab = static_cast<InternedSliceRefcount**>( in grow_shard()94 gpr_zalloc(sizeof(InternedSliceRefcount*) * capacity)); in grow_shard()109 grpc_core::InternedSlice::InternedSlice(InternedSliceRefcount* s) { in InternedSlice()[all …]
189 struct InternedSliceRefcount { struct191 auto* rc = static_cast<InternedSliceRefcount*>(arg); in Destroy() argument192 rc->~InternedSliceRefcount(); in Destroy()196 InternedSliceRefcount(size_t length, uint32_t hash, in InternedSliceRefcount() argument197 InternedSliceRefcount* bucket_next) in InternedSliceRefcount()204 ~InternedSliceRefcount();211 InternedSliceRefcount* bucket_next; argument254 return reinterpret_cast<grpc_core::InternedSliceRefcount*>(slice.refcount) in Hash()
186 struct InternedSliceRefcount;188 explicit InternedSlice(InternedSliceRefcount* s);