Home
last modified time | relevance | path

Searched refs:method_slice (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/cpp/client/
Dchannel_cc.cc121 grpc_slice method_slice = in CreateCallInternal() local
129 context->propagation_options_.c_bitmask(), cq->cq(), method_slice, in CreateCallInternal()
132 grpc_slice_unref(method_slice); in CreateCallInternal()
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel.c418 grpc_slice method_slice; in grpc_rb_channel_create_call() local
443 method_slice = in grpc_rb_channel_create_call()
446 flags, cq, method_slice, host_slice_ptr, in grpc_rb_channel_create_call()
452 tmp_str = grpc_slice_to_c_string(method_slice); in grpc_rb_channel_create_call()
457 grpc_slice_unref(method_slice); in grpc_rb_channel_create_call()
/third_party/grpc/src/php/ext/grpc/
Dcall.c240 grpc_slice method_slice = grpc_slice_from_copied_string(method); in PHP_METHOD() local
246 completion_queue, method_slice, in PHP_METHOD()
249 grpc_slice_unref(method_slice); in PHP_METHOD()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcall.pyx.pxi108 cdef grpc_slice method_slice
112 method_slice = grpc_slice_from_copied_buffer(
121 method_slice,
132 grpc_slice_unref(method_slice)
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi211 cdef grpc_slice method_slice
220 method_slice = _slice_from_bytes(method)
228 c_completion_queue, method_slice, host_slice_ptr,
230 grpc_slice_unref(method_slice)
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c436 grpc_slice method_slice = grpc_slice_from_copied_string(method); in grpcsharp_channel_create_call() local
445 method_slice, host_slice_ptr, deadline, NULL); in grpcsharp_channel_create_call()
446 grpc_slice_unref(method_slice); in grpcsharp_channel_create_call()