Home
last modified time | relevance | path

Searched defs:an_rpc (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/ruby/spec/
Dgoogle_rpc_status_utils_spec.rb127 def an_rpc(_, _) method in GoogleRpcStatusTestService
222 def an_rpc(_, _) method in NoStatusDetailsBinTestService
Duser_agent_spec.rb22 def an_rpc(_req, call) method in UserAgentEchoService
Dclient_auth_spec.rb55 def an_rpc(req, call) method in SslTestService
/third_party/grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb418 def available?(an_rpc) argument
433 def implemented?(an_rpc) argument
487 def new_active_server_call(an_rpc) argument
/third_party/grpc/src/ruby/spec/generic/
Drpc_server_spec.rb53 def an_rpc(_req, _call) method in FailingService
71 def an_rpc(req, call) method in SlowService
97 def an_rpc(req, _call) method in SynchronizedCancellationService
118 def an_rpc(req, call) method in CheckCallAfterFinishedService
/third_party/grpc/src/ruby/bin/
Dnoproto_server.rb50 def an_rpc(req, _call) method in NoProto
/third_party/grpc/src/ruby/spec/support/
Dservices.rb50 def an_rpc(req, call) method in EchoService