Home
last modified time | relevance | path

Searched refs:streaming_input_call (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/ruby/pb/test/
Dclient.rb383 resp = @stub.streaming_input_call(reqs)
401 @stub.streaming_input_call([first_request],
421 call_op = @stub.streaming_input_call(requests,
485 op = @stub.streaming_input_call(reqs, return_op: true)
Dserver.rb187 def streaming_input_call(call) method in TestTarget