Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dchannel_cc.cc127 grpc_slice method_slice = in CreateCallInternal() local
135 context->propagation_options_.c_bitmask(), cq->cq(), method_slice, in CreateCallInternal()
138 grpc_slice_unref(method_slice); in CreateCallInternal()
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc127 grpc_slice method_slice = in CreateCallInternal() local
135 context->propagation_options_.c_bitmask(), cq->cq(), method_slice, in CreateCallInternal()
138 grpc_slice_unref(method_slice); in CreateCallInternal()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c465 grpc_slice method_slice; in grpc_rb_channel_create_call() local
495 method_slice = in grpc_rb_channel_create_call()
498 flags, cq, method_slice, host_slice_ptr, in grpc_rb_channel_create_call()
504 tmp_str = grpc_slice_to_c_string(method_slice); in grpc_rb_channel_create_call()
509 grpc_slice_unref(method_slice); in grpc_rb_channel_create_call()
/external/grpc-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()
/external/grpc-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)
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi251 cdef grpc_slice method_slice
260 method_slice = _slice_from_bytes(method)
274 c_completion_queue, method_slice, host_slice_ptr,
276 grpc_slice_unref(method_slice)
/external/rust/android-crates-io/crates/grpcio-sys/
Dgrpc_wrap.cc403 grpc_slice method_slice = grpc_slice_from_copied_buffer(method, method_len); in grpcwrap_channel_create_call() local
415 method_slice, host_slice_ptr, deadline, nullptr); in grpcwrap_channel_create_call()
416 grpc_slice_unref(method_slice); in grpcwrap_channel_create_call()