Searched defs:request_response (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/generic/ | ||
H A D | interceptors.rb | 44 def request_response(request: nil, call: nil, method: nil, metadata: nil) method in GRPC.ClientInterceptor |
H A D | client_stub.rb | 150 def request_response(method, req, marshal, unmarshal, method in GRPC.ClientStub |
H A D | active_call.rb | 356 def request_response(req, metadata: {}) method in GRPC.ActiveCall |
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/support/ | ||
H A D | services.rb | 84 def request_response(request:, call:, method:) method in TestServerInterceptor |
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/ | ||
D | mod.rs | 1 pub mod request_response; module |