Home
last modified time | relevance | path

Searched defs:unary_call (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/ruby/qps/
Dserver.rb31 def unary_call(req, _call) method in BenchmarkServiceImpl
/external/grpc-grpc/src/ruby/pb/test/
Dserver.rb179 def unary_call(simple_req, _call) method in TestTarget
/external/rust/crates/grpcio/src/
Dclient.rs34 pub fn unary_call<Req, Resp>( in unary_call() method