Home
last modified time | relevance | path

Searched defs:UnaryCall (Results 1 – 25 of 35) sorted by relevance

12

/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_server.py22 def UnaryCall(self, request, context): member in BenchmarkServer
39 def UnaryCall(self, request, context): member in GenericBenchmarkServer
/external/grpc-grpc/src/php/lib/Grpc/
DUnaryCall.php26 class UnaryCall extends AbstractCall class
DCallInvoker.php29 public function UnaryCall($channel, $method, $deserialize, $options); function
DDefaultCallInvoker.php31 public function UnaryCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
/external/grpc-grpc/examples/protos/
Dauth_sample.proto41 rpc UnaryCall(Request) returns (Response); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceImpl.cs38 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.Testing.BenchmarkServiceImpl
DBenchmarkServiceGrpc.cs86 …lobal::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Tes… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
177 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
188 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DCustomErrorDetailsTest.cs111 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.CustomErrorDetailsTest.CustomErrorDetailsTestServiceImpl
DSslCredentialsTest.cs97 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
DMetadataCredentialsTest.cs172 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
DTestServiceImpl.cs40 …public override async Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext cont… in UnaryCall() method in Grpc.Testing.TestServiceImpl
/external/grpc-grpc/src/php/tests/unit_tests/
DCallInvokerTest.php67 public function UnaryCall( function in CallInvokerClient
95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
/external/golang-protobuf/protoc-gen-go/testdata/grpc/
Dgrpc.proto51 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php43 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
DTestServiceClient.php59 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DClientServerTest.cs58 public async Task UnaryCall() in UnaryCall() method in Grpc.Core.Tests.ClientServerTest
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/cpp/client/
Dgeneric_stub.cc65 void GenericStub::experimental_type::UnaryCall( in UnaryCall() function in grpc::GenericStub::experimental_type

12