Home
last modified time | relevance | path

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

12

/third_party/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
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_servicer.py27 async def UnaryCall(self, request, unused_context): member in BenchmarkServicer
50 async def UnaryCall(self, unused_request, unused_context): member in GenericBenchmarkServicer
/third_party/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
/third_party/grpc/examples/protos/
Dauth_sample.proto41 rpc UnaryCall(Request) returns (Response); rpc
/third_party/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
/third_party/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceImpl.cs38 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.Testing.BenchmarkServiceImpl
DBenchmarkServiceGrpc.cs117 …lobal::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Tes… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
208 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
219 …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
DXdsInteropClientTest.cs163 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
DMetadataCredentialsTest.cs250 … 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
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DContextualMarshallerTest.cs88 public void UnaryCall() in UnaryCall() method in Grpc.Core.Tests.ContextualMarshallerTest
DClientServerTest.cs58 public async Task UnaryCall() in UnaryCall() method in Grpc.Core.Tests.ClientServerTest
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
DTestServiceClient.php61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/test/cpp/interop/
Dxds_interop_server.cc58 Status UnaryCall(ServerContext* context, const SimpleRequest* request, in UnaryCall() function in TestServiceImpl
/third_party/grpc/include/grpcpp/generic/
Dgeneric_stub.h89 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() function
125 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() function
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py55 def UnaryCall(self, request, context): member in TestService
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py76 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
147 def UnaryCall(self, request, context): member in _CreateService.Servicer
514 def UnaryCall(self, request, context): member in SimpleStubsPluginTest.Servicer

12