Home
last modified time | relevance | path

Searched refs:request_response (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb44 def request_response(request: nil, call: nil, method: nil, metadata: nil) method in GRPC.ClientInterceptor
105 def request_response(request: nil, call: nil, method: nil) method in GRPC.ServerInterceptor
Dclient_stub.rb148 def request_response(method, req, marshal, unmarshal, method in GRPC.ClientStub
172 c.request_response(req, metadata: metadata)
178 c.request_response(req, metadata: metadata)
Dservice.rb170 request_response(route, req, marshal, unmarshal, metadata)
Dactive_call.rb350 def request_response(req, metadata: {}) method in GRPC.ActiveCall
/external/grpc-grpc/src/ruby/spec/support/
Dservices.rb77 def request_response(request:, call:, method:) method in TestServerInterceptor
116 def request_response(request:, call:, method:, metadata: {}) method in TestClientInterceptor
/external/python/apitools/apitools/base/py/testing/
Dmock.py229 request_response = self.__mocked_client._request_responses.pop(0)
235 response = request_response.ValidateAndRespond(self.__key, request)
/external/grpc-grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb166 describe '#request_response', request_response: true do
297 stub.request_response(@method, @sent_msg, noop, noop,
311 @op = stub.request_response(@method, @sent_msg, noop, noop,
Drpc_server_spec.rb320 stub.request_response('/unknown', req, marshal, unmarshal)
335 stub.request_response('/an_rpc', req, marshal, unmarshal)