Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/examples/python/keep_alive/
H A Dgreeter_client.py24 def unary_call( function
/aosp_15_r20/external/grpc-grpc/examples/python/timeout/
H A Dgreeter_client.py23 def unary_call( function
/aosp_15_r20/external/grpc-grpc/examples/python/health_checking/
H A Dgreeter_client.py26 def unary_call(stub: helloworld_pb2_grpc.GreeterStub, message: str): function
/aosp_15_r20/external/grpc-grpc/src/ruby/qps/
H A Dserver.rb31 def unary_call(req, _call) method in BenchmarkServiceImpl
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/
H A Dserver.rb179 def unary_call(simple_req, _call) method in TestTarget
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs35 pub fn unary_call<Req, Resp: Unpin>( in unary_call() method
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dcodegen_test.cc206 NanopbUnaryReceiver<pw_rpc_test_TestResponse> unary_call; in TEST() local
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dcodegen_test.cc213 PwpbUnaryReceiver<test::pwpb::TestResponse::Message> unary_call; in TEST() local