Home
last modified time | relevance | path

Searched refs:grpc_slice_intern (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/test/core/transport/
Dmetadata_test.cc50 grpc_slice out = intern ? grpc_slice_intern(in) : grpc_slice_ref(in); in maybe_intern()
130 grpc_slice_intern(grpc_slice_from_static_string("a")), in test_create_many_persistant_metadata()
131 grpc_slice_intern(grpc_slice_from_static_string(buffer))); in test_create_many_persistant_metadata()
137 grpc_slice_intern(grpc_slice_from_static_string("a")), in test_create_many_persistant_metadata()
138 grpc_slice_intern(grpc_slice_from_static_string(buffer))); in test_create_many_persistant_metadata()
237 strs[i] = grpc_slice_intern(grpc_slice_from_static_string(buffer.c_str())); in test_things_stick_around()
259 test = grpc_slice_intern(grpc_slice_from_static_string(buffer.c_str())); in test_things_stick_around()
283 grpc_slice_intern(grpc_slice_from_static_string("abc")), in test_user_data_works()
284 grpc_slice_intern(grpc_slice_from_static_string("123"))); in test_user_data_works()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_chttp2_hpack.cc191 grpc_slice_intern(grpc_slice_from_static_string("abc")), in GetElems()
192 grpc_slice_intern(grpc_slice_from_static_string("def")))}; in GetElems()
203 grpc_slice_intern(grpc_slice_from_static_string("abc-bin")), in GetElems()
204 grpc_slice_intern(bytes))}; in GetElems()
225 grpc_slice_intern(grpc_slice_from_static_string("abc")), in GetElems()
268 grpc_slice_intern(grpc_slice_from_static_string("/foo/bar"))), in GetElems()
270 grpc_slice_intern(grpc_slice_from_static_string( in GetElems()
277 grpc_slice_intern(grpc_slice_from_static_string( in GetElems()
293 grpc_slice_intern(grpc_slice_from_static_string( in GetElems()
296 grpc_slice_intern(grpc_slice_from_static_string( in GetElems()
[all …]
Dbm_chttp2_transport.cc295 grpc_slice_intern(grpc_slice_from_static_string("/foo/bar"))), in GetElems()
297 grpc_slice_intern(grpc_slice_from_static_string( in GetElems()
304 grpc_slice_intern(grpc_slice_from_static_string( in GetElems()
/third_party/grpc/test/core/transport/chttp2/
Dhpack_encoder_test.cc177 value_slice = grpc_slice_intern(value_slice); in verify()
180 grpc_slice_intern(grpc_slice_from_static_string(key)), value_slice); in verify()
259 grpc_slice_intern(grpc_slice_from_static_string(key)), in verify_continuation_headers()
260 grpc_slice_intern(grpc_slice_from_static_string(value))); in verify_continuation_headers()
346 grpc_slice_intern(grpc_slice_from_static_string(key)), in verify_table_size_change_match_elem_size()
347 grpc_slice_intern(grpc_slice_from_static_string(value))); in verify_table_size_change_match_elem_size()
/third_party/grpc/test/core/slice/
Dslice_test.cc253 grpc_slice interned1 = grpc_slice_intern(src1); in test_slice_interning()
254 grpc_slice interned2 = grpc_slice_intern(src2); in test_slice_interning()
275 grpc_slice_intern(grpc_static_slice_table()[i]))); in test_static_slice_interning()
288 grpc_slice_intern(copy).refcount); in test_static_slice_copy_interning()
/third_party/grpc/include/grpc/
Dslice.h76 GPRAPI grpc_slice grpc_slice_intern(grpc_slice slice);
/third_party/grpc/
Dgrpc.def177 grpc_slice_intern
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc316 grpc_mdelem_from_slices(grpc_slice_intern(GRPC_MDKEY(elem->md)), in fill_in_metadata()
317 grpc_slice_intern(GRPC_MDVALUE(elem->md))); in fill_in_metadata()
1254 g_fake_path_key = grpc_slice_intern(key_tmp); in grpc_inproc_transport_init()
1260 g_fake_auth_key = grpc_slice_intern(auth_tmp); in grpc_inproc_transport_init()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c244 printf("%lx", (unsigned long) grpc_slice_intern); in main()
/third_party/grpc/src/core/lib/slice/
Dslice_intern.cc152 grpc_slice grpc_slice_intern(grpc_slice slice) { in grpc_slice_intern() function
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc415 grpc_slice key = grpc_slice_intern( in convert_cronet_array_to_metadata()
420 value = grpc_slice_intern(grpc_chttp2_base64_decode_with_length( in convert_cronet_array_to_metadata()
423 value = grpc_slice_intern( in convert_cronet_array_to_metadata()
/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.cc62 grpc_slice key_interned = grpc_slice_intern(GRPC_MDKEY(l->md)); in assert_valid_callouts()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h601 #define grpc_slice_intern grpc_slice_intern_import macro