Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc119 grpc_slice method_slice = SliceFromCopiedString(method.name()); in CreateCall() local
126 context->propagation_options_.c_bitmask(), cq->cq(), method_slice, in CreateCall()
129 grpc_slice_unref(method_slice); in CreateCall()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c415 grpc_slice method_slice; in grpc_rb_channel_create_call() local
440 method_slice = in grpc_rb_channel_create_call()
443 flags, cq, method_slice, host_slice_ptr, in grpc_rb_channel_create_call()
449 tmp_str = grpc_slice_to_c_string(method_slice); in grpc_rb_channel_create_call()
454 grpc_slice_unref(method_slice); in grpc_rb_channel_create_call()
/external/grpc-grpc/src/php/ext/grpc/
Dcall.c231 grpc_slice method_slice = grpc_slice_from_copied_string(method); in PHP_METHOD() local
237 completion_queue, method_slice, in PHP_METHOD()
240 grpc_slice_unref(method_slice); in PHP_METHOD()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi189 cdef grpc_slice method_slice
198 method_slice = _slice_from_bytes(method)
206 c_completion_queue, method_slice, host_slice_ptr,
208 grpc_slice_unref(method_slice)
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c401 grpc_slice method_slice = grpc_slice_from_copied_string(method); in grpcsharp_channel_create_call() local
410 method_slice, host_slice_ptr, deadline, NULL); in grpcsharp_channel_create_call()
411 grpc_slice_unref(method_slice); in grpcsharp_channel_create_call()