Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb708 e = get_responses(stub, marshal_proc: failing_marshal_proc)
856 def get_responses(stub, deadline: nil, marshal_proc: noop)
857 e = stub.bidi_streamer(@method, @sent_msgs, marshal_proc, noop,
871 marshal_proc: noop)
872 @op = stub.bidi_streamer(@method, @sent_msgs, marshal_proc, noop,
Drpc_server_spec.rb298 let(:marshal) { EchoService.rpc_descs[:an_rpc].marshal_proc }
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dservice.rb164 marshal = desc.marshal_proc
Drpc_desc.rb34 def marshal_proc method in GRPC.RpcDesc
Drpc_server.rb444 rpc_desc.marshal_proc,