Searched defs:unary_call (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/ruby/qps/ | ||
D | server.rb | 31 def unary_call(req, _call) method in BenchmarkServiceImpl |
/external/grpc-grpc/src/ruby/pb/test/ | ||
D | server.rb | 179 def unary_call(simple_req, _call) method in TestTarget |
/external/rust/crates/grpcio/src/ | ||
D | client.rs | 34 pub fn unary_call<Req, Resp>( in unary_call() method |