Searched refs:static_slice (Results 1 – 4 of 4) sorted by relevance
279 const StaticMetadataSlice* static_slice = in ManagedMemorySlice() local281 if (static_slice) { in ManagedMemorySlice()282 *this = *static_slice; in ManagedMemorySlice()297 const StaticMetadataSlice* static_slice = MatchStaticSlice(hash, slice); in ManagedMemorySlice() local298 if (static_slice) { in ManagedMemorySlice()299 *this = *static_slice; in ManagedMemorySlice()
306 #define GRPC_STATIC_METADATA_INDEX(static_slice) \ argument307 (reinterpret_cast<grpc_core::StaticSliceRefcount*>((static_slice).refcount) \
699 static_slice = 'GRPC_IS_STATIC_METADATA_STRING((slice))' variable712 batch_idx_of_hdr, '\n', '(', static_slice, '&&', slice_ref_idx, '<=',
259 #define GRPC_STATIC_METADATA_INDEX(static_slice) \ argument260 ((int)((static_slice).refcount - grpc_static_metadata_refcounts))