Lines Matching refs:gpr_slice
52 gpr_slice slice = grpc_slice_from_static_string("abc"); in BM_SliceIntern()
62 gpr_slice slice = grpc_slice_intern(grpc_slice_from_static_string("abc")); in BM_SliceReIntern()
82 gpr_slice slice = grpc_slice_from_static_string("gzip"); in BM_SliceInternEqualToStaticMetadata()
92 gpr_slice k = grpc_slice_from_static_string("key"); in BM_MetadataFromNonInternedSlices()
93 gpr_slice v = grpc_slice_from_static_string("value"); in BM_MetadataFromNonInternedSlices()
105 gpr_slice k = grpc_slice_intern(grpc_slice_from_static_string("key")); in BM_MetadataFromInternedSlices()
106 gpr_slice v = grpc_slice_intern(grpc_slice_from_static_string("value")); in BM_MetadataFromInternedSlices()
121 gpr_slice k = grpc_slice_intern(grpc_slice_from_static_string("key")); in BM_MetadataFromInternedSlicesAlreadyInIndex()
122 gpr_slice v = grpc_slice_intern(grpc_slice_from_static_string("value")); in BM_MetadataFromInternedSlicesAlreadyInIndex()
138 gpr_slice k = grpc_slice_intern(grpc_slice_from_static_string("key")); in BM_MetadataFromInternedKey()
139 gpr_slice v = grpc_slice_from_static_string("value"); in BM_MetadataFromInternedKey()
153 gpr_slice k = grpc_slice_from_static_string("key"); in BM_MetadataFromNonInternedSlicesWithBackingStore()
154 gpr_slice v = grpc_slice_from_static_string("value"); in BM_MetadataFromNonInternedSlicesWithBackingStore()
169 gpr_slice k = grpc_slice_intern(grpc_slice_from_static_string("key")); in BM_MetadataFromInternedSlicesWithBackingStore()
170 gpr_slice v = grpc_slice_intern(grpc_slice_from_static_string("value")); in BM_MetadataFromInternedSlicesWithBackingStore()
187 gpr_slice k = grpc_slice_intern(grpc_slice_from_static_string("key")); in BM_MetadataFromInternedKeyWithBackingStore()
188 gpr_slice v = grpc_slice_from_static_string("value"); in BM_MetadataFromInternedKeyWithBackingStore()
203 gpr_slice k = GRPC_MDSTR_STATUS; in BM_MetadataFromStaticMetadataStrings()
204 gpr_slice v = GRPC_MDSTR_200; in BM_MetadataFromStaticMetadataStrings()
218 gpr_slice k = GRPC_MDSTR_STATUS; in BM_MetadataFromStaticMetadataStringsNotIndexed()
219 gpr_slice v = GRPC_MDSTR_GZIP; in BM_MetadataFromStaticMetadataStringsNotIndexed()
250 gpr_slice k = grpc_slice_intern(grpc_slice_from_static_string("key")); in BM_MetadataRefUnrefInterned()
251 gpr_slice v = grpc_slice_intern(grpc_slice_from_static_string("value")); in BM_MetadataRefUnrefInterned()