Home
last modified time | relevance | path

Searched refs:active_call (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/ruby/lib/grpc/generic/
Drpc_desc.rb50 def handle_request_response(active_call, mth, inter_ctx) argument
51 req = active_call.read_unary_request
52 call = active_call.single_req_view
61 active_call.server_unary_response(
63 trailing_metadata: active_call.output_metadata
68 def handle_client_streamer(active_call, mth, inter_ctx) argument
69 call = active_call.multi_req_view
77 active_call.server_unary_response(
79 trailing_metadata: active_call.output_metadata
84 def handle_server_streamer(active_call, mth, inter_ctx) argument
[all …]
Drpc_server.rb394 active_call = new_active_server_call(an_rpc)
395 unless active_call.nil?
396 @pool.schedule(active_call) do |ac|
/external/grpc-grpc/src/ruby/spec/generic/
Dactive_call_spec.rb36 def inner_call_of_active_call(active_call) argument
37 active_call.instance_variable_get(:@call)