Searched defs:an_rpc (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/ruby/spec/ | ||
D | google_rpc_status_utils_spec.rb | 127 def an_rpc(_, _) method in GoogleRpcStatusTestService |
D | user_agent_spec.rb | 22 def an_rpc(_req, call) method in UserAgentEchoService |
D | client_auth_spec.rb | 55 def an_rpc(req, call) method in SslTestService |
/third_party/grpc/src/ruby/lib/grpc/generic/ | ||
D | rpc_server.rb | 418 def available?(an_rpc) argument |
/third_party/grpc/src/ruby/spec/generic/ | ||
D | rpc_server_spec.rb | 53 def an_rpc(_req, _call) method in FailingService |
/third_party/grpc/src/ruby/bin/ | ||
D | noproto_server.rb | 50 def an_rpc(req, _call) method in NoProto |
/third_party/grpc/src/ruby/spec/support/ | ||
D | services.rb | 50 def an_rpc(req, call) method in EchoService |